We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1e661 commit 2f9e996Copy full SHA for 2f9e996
README.md
@@ -60,10 +60,12 @@ This will retrieve the library.
60
61
#### Installing Badger Command Line Tool
62
63
-Badger provides a CLI tool which can perform certain operations like offline backup/restore. To install the Badger CLI, run
+Badger provides a CLI tool which can perform certain operations like offline backup/restore. To install the Badger CLI,
64
+retrieve the repository and checkout the desired version. Then run
65
66
```sh
-$ go install github.com/dgraph-io/badger/v3@latest
67
+$ cd badger
68
+$ go install .
69
```
70
This will install the badger command line utility into your $GOBIN path.
71
0 commit comments