aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-06 14:28:30 +0200
committerGitHub <noreply@github.com>2018-09-06 14:28:30 +0200
commit453ae85757abfefc444426ce81159c641611afa3 (patch)
tree39361357394dbef78ade519231265b6d17809f8d
parent2adca224f055fe74ac714f9a102deff7380d783f (diff)
downloadgit-bug-453ae85757abfefc444426ce81159c641611afa3.tar.gz
Readme: recomend go get -u
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1439f11f..1a8ef394 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ As you would do with commits and branches, you can push your bugs to the same gi
### Go get
```shell
-go get github.com/MichaelMure/git-bug
+go get -u github.com/MichaelMure/git-bug
```
If it's not done already, add golang binary directory in your PATH: