diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-06 14:28:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-06 14:28:30 +0200 |
commit | 453ae85757abfefc444426ce81159c641611afa3 (patch) | |
tree | 39361357394dbef78ade519231265b6d17809f8d /README.md | |
parent | 2adca224f055fe74ac714f9a102deff7380d783f (diff) | |
download | git-bug-453ae85757abfefc444426ce81159c641611afa3.tar.gz |
Readme: recomend go get -u
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |