Skip to content

Commit b03db69

Browse files
committed
Clarify install method and locations
1 parent 8444bd2 commit b03db69

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,12 @@ 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-
7267
```bash
7368
go install github.com/markdingo/fad@main
7469
```
7570

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

7974
### `make install`
8075

0 commit comments

Comments
 (0)