We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a2bf8 commit aeadfb7Copy full SHA for aeadfb7
1 file changed
README.md
@@ -64,12 +64,17 @@ 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
-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.
78
79
### `make install`
80
0 commit comments