mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
Update README.md
This commit is contained in:
parent
d1a2e0a4cf
commit
9865dfcdf0
28
README.md
28
README.md
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user