Skip to content

Commit aeadfb7

Browse files
committed
Update 'go install' instructions
1 parent 73a2bf8 commit aeadfb7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,17 @@ to install the executable and manpage in `/usr/local`.
6464

6565
### `go install`
6666

67+
```bash
68+
go install github.com/markdingo/fad@latest
69+
```
70+
for the latest official release, or if you're after the leading edge:
71+
6772
```bash
6873
go install github.com/markdingo/fad@main
6974
```
7075

7176
`go install` performs all the downloading, building and installing with the executable
72-
ending up in either `$GOPATH/bin`, `$HOME/go/bin` or $GOBIN depending on your setup.
77+
ending up in either `$GOPATH/bin`, `$HOME/go/bin` or `$GOBIN` depending on your setup.
7378

7479
### `make install`
7580

0 commit comments

Comments
 (0)