diff --git a/justfile b/justfile index cc92e7e..7a59821 100644 --- a/justfile +++ b/justfile @@ -22,6 +22,10 @@ run-binary: build run-args args: go run {{cmd}} {{args}} +# install binary into $GOPATH +install: + go install {{cmd}} + # clean up after yourself clean: rm {{output}}