summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Felker <1295961+Solido@users.noreply.github.com>2023-06-04 18:06:32 +0200
committerGitHub <noreply@github.com>2023-06-04 18:06:32 +0200
commit3498aaaaad8382540eaaa1e7c191d35c73e08d7d (patch)
treee902aff03797d0a36561786cf134e0f58cea66a5
parentfd65a65a6d6de76c85ccbbc0bd205645091c2951 (diff)
Instruction for go install (#167)
Required by last go version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0c30e3..3ae0cbe 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Check your distribution for packaging:
To directly install or update the wego binary from Github into your `$GOPATH` as usual, run:
```shell
-go get -u github.com/schachmat/wego
+go install github.com/schachmat/wego@latest
```
## Setup