Skip to content

Commit 77559d5

Browse files
author
Randall C. O'Reilly
committed
update go get -> go install in readme - fixes #305
1 parent daea424 commit 77559d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Currently using [pybindgen](https://pybindgen.readthedocs.io/en/latest/tutorial/
2323

2424
```sh
2525
$ python3 -m pip install pybindgen
26-
$ go get golang.org/x/tools/cmd/goimports
27-
$ go get github.com/go-python/gopy
26+
$ go install golang.org/x/tools/cmd/goimports@latest
27+
$ go install github.com/go-python/gopy@latest
2828
```
2929

3030
(This all assumes you have already installed [Go itself](https://golang.org/doc/install), and added `~/go/bin` to your `PATH`).

0 commit comments

Comments
 (0)