Skip to content

Commit b7a3be7

Browse files
authored
Merge pull request #34 from hughdevore/patch-1
Update go module installation documentation
2 parents 3fc4495 + 8ecdb34 commit b7a3be7

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
@@ -33,10 +33,10 @@ This package requires [Go](https://golang.org/). An easy way to install Go on a
3333
Note the changes you need to make to your PATH and that you have to either restart your terminal or `source` your shell rc file.
3434

3535
You need to install Gox which you can install with
36-
`go get github.com/mitchellh/gox`
36+
`go install github.com/mitchellh/gox@latest`
3737

3838
Once that's installed you can install this tool with the following command:
39-
`go get github.com/Automattic/go-search-replace`
39+
`go install github.com/Automattic/go-search-replace@latest`
4040

4141
Go is set up by convention, not configuration so your files likely live in a directory like: /Users/user/go/src/github.com/Automattic/go-search-replace
4242

0 commit comments

Comments
 (0)