Skip to content

Commit 2f9e996

Browse files
refactor install instruction
1 parent 9f1e661 commit 2f9e996

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ This will retrieve the library.
6060

6161
#### Installing Badger Command Line Tool
6262

63-
Badger provides a CLI tool which can perform certain operations like offline backup/restore. To install the Badger CLI, run
63+
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
6465

6566
```sh
66-
$ go install github.com/dgraph-io/badger/v3@latest
67+
$ cd badger
68+
$ go install .
6769
```
6870
This will install the badger command line utility into your $GOBIN path.
6971

0 commit comments

Comments
 (0)