aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-12 21:41:22 +0100
committerGitHub <noreply@github.com>2020-02-12 21:41:22 +0100
commit39a31040989d1720e3013ecc1da5df2b7d978f06 (patch)
tree456a27fb8a4524c19009ba686946506c0831e0f4 /README.md
parent9f3618d886d461ea806468a8c690a4a303d66d9b (diff)
downloadgit-bug-39a31040989d1720e3013ecc1da5df2b7d978f06.tar.gz
readme: update install instruction with go modules
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 553a6916..f9960b07 100644
--- a/README.md
+++ b/README.md
@@ -44,13 +44,13 @@ That's all !
</details>
-<details><summary>go get (unstable)</summary>
+<details><summary>go install (unstable)</summary>
```shell
-go get -u github.com/MichaelMure/git-bug
+go install github.com/MichaelMure/git-bug
```
-If it's not done already, add golang binary directory in your PATH:
+If it's not done already, add the golang binary directory in your PATH:
```bash
export PATH=$PATH:$(go env GOROOT)/bin:$(go env GOPATH)/bin