diff options
-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: |