aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:55 +0200
committerMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:55 +0200
commit43902aef3c9e14a87bcb190fd9dd46ffcc4cfb6e (patch)
tree8181c4c7f791e0029a9d53bc27c629e8cc4fbb8e
parentac740c477b04f47f965319d0f6d46c390141be62 (diff)
readme: Use go install
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c1b099..92bcb52 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Building and installing `journal` requires the [Golang
compiler](https://golang.org/). With Go installed, `journal` can be installed
with:
-`go get github.com/mpolden/journal/...`
+`go install github.com/mpolden/journal/...@latest`
This will build and install `journal` in `$GOPATH/bin/journal`.