We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8444bd2 commit b03db69Copy full SHA for b03db69
1 file changed
README.md
@@ -64,17 +64,12 @@ to install the executable and manpage in `/usr/local`.
64
65
### `go install`
66
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
-
72
```bash
73
go install github.com/markdingo/fad@main
74
```
75
76
`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.
+ending up in either `$GOPATH/bin`, `$HOME/go/bin` or $GOBIN depending on your setup.
78
79
### `make install`
80
0 commit comments