Skip to content

Commit 3e0fe75

Browse files
committed
docs: add note about usage of go install
1 parent 6dff21c commit 3e0fe75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/site/docs/installation.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ task build
8282
```
8383

8484
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

Comments
 (0)