We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go install
1 parent 6dff21c commit 3e0fe75Copy full SHA for 3e0fe75
docs/site/docs/installation.mdx
@@ -82,3 +82,11 @@ task build
82
```
83
84
After this, the binary is available on the path `./bin/jalapeno`.
85
+
86
+You can also build the binary from source with [`go install`](https://go.dev/ref/mod#go-install) command:
87
88
+```bash
89
+go install github.com/futurice/jalapeno/cmd/cli@latest
90
+```
91
92
+This will install the binary to `$GOPATH/bin` or `$HOME/go/bin` depending on your Go environment.
0 commit comments