diff options
author | Michael Muré <batolettre@gmail.com> | 2019-05-23 19:06:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 19:06:46 +0200 |
commit | 9865dfcdf0810e288283f2ef4eba450041db32f9 (patch) | |
tree | c5f9add85e8a550a677a27bcc6d49260b0684499 /README.md | |
parent | d1a2e0a4cf848437e0530d729942a34053eda053 (diff) | |
download | git-bug-9865dfcdf0810e288283f2ef4eba450041db32f9.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -27,20 +27,6 @@ ## Install -<details><summary>go get</summary> - -```shell -go get -u github.com/MichaelMure/git-bug -``` - -If it's not done already, add golang binary directory in your PATH: - -```bash -export PATH=$PATH:$(go env GOROOT)/bin:$(go env GOPATH)/bin -``` - -</details> - <details><summary>Pre-compiled binaries</summary> 1. Go to the [release page](https://github.com/MichaelMure/git-bug/releases/latest) and download the appropriate binary for your system. @@ -57,6 +43,20 @@ That's all ! </details> +<details><summary>go get (unstable)</summary> + +```shell +go get -u github.com/MichaelMure/git-bug +``` + +If it's not done already, add golang binary directory in your PATH: + +```bash +export PATH=$PATH:$(go env GOROOT)/bin:$(go env GOPATH)/bin +``` + +</details> + ## CLI usage Create a new identity: |