Skip to content

Commit 79702ce

Browse files
authored
docs: use 'go install' instead of 'go get' (#146)
* docs: use 'go install' instead of 'go get' As of Go 1.17, 'go get' is deprecated, and as of 1.18 'go get' will no longer build packages. 'go install' should be used instead, see https://go.dev/doc/go-get-install-deprecation Signed-off-by: mikaello <[email protected]> * fix: install latest Signed-off-by: mikaello <[email protected]> --------- Signed-off-by: mikaello <[email protected]>
1 parent 7c40333 commit 79702ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here you can find descriptions for various types of output.
8282
### Installation
8383

8484
```sh
85-
go get -u github.com/ofabry/go-callvis
85+
go install github.com/ofabry/go-callvis@latest
8686
# or
8787
git clone https://github.com/ofabry/go-callvis.git
8888
cd go-callvis && make install

0 commit comments

Comments
 (0)