Skip to content

Commit ffeb4ba

Browse files
committed
Update uninstallation instructions
@latest doesn't seem to work worth a damn anymore. Golang package management seems Python-level bad. I'm seriously considering moving the whole thing to Rust.
1 parent b655118 commit ffeb4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ First, install the prerequisites: [Git][], [Go][], and [Docker][]. Then, run
99
the following command:
1010

1111
```sh
12-
go install github.com/jeffs/geode/...@latest
12+
go install github.com/jeffs/geode/...@v0.1.2
1313
```
1414

1515
The `geode` command line tool should now be in your `$GOPATH/bin` directory (or
@@ -19,7 +19,7 @@ your go/bin folder, and (optionally) delete the downloaded package:
1919

2020
```sh
2121
rm ~/go/bin/geode
22-
rm -rf ~/go/pkg/*/github.com/jeffs/geode
22+
rm -rf ~/go/pkg/*/mod/github.com/jeffs/geode
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)