We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1618 commit 9419d5dCopy full SHA for 9419d5d
1 file changed
README.md
@@ -20,7 +20,7 @@ Further, it can be used by administrators to add and remove users.
20
It it easiest to download the binary from the [latest release](https://github.com/pushbits/cli/releases).
21
Alternatively, build it yourself:
22
```bash
23
-go get -u github.com/pushbits/cli/cmd/...
+go install github.com/pushbits/cli/cmd/...@latest
24
```
25
26
## Usage
0 commit comments