aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-12 21:53:36 +0200
committerGitHub <noreply@github.com>2018-08-12 21:53:36 +0200
commit3fe65c0a55d9d4aeca147285e4e1d2fa498d5cdf (patch)
tree3949037b4eacdb2b0b1ab1608c8e5181af5bdded /README.md
parentc1a08111b603403d4ee0a78c1214f322fecaa3ca (diff)
downloadgit-bug-3fe65c0a55d9d4aeca147285e4e1d2fa498d5cdf.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14283704..5d115c96 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ As you would do with commits and branches, you can push your bugs to the same gi
## Install
+### Go get
```shell
go get github.com/MichaelMure/git-bug
```
@@ -28,8 +29,13 @@ If it's not done already, add golang binary directory in your PATH:
```bash
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
```
+### Pre-compiled binaries
-That's all ! In the future, pre-compiled binary will be provided for convenience.
+1. Go to the [release page](https://github.com/MichaelMure/git-bug/releases/latest) and download the appropriate binary for your system.
+2. Copy the binary anywhere in your PATH
+3. Rename the binary to `git-bug` (or `git-bug.exe` on windows)
+
+That's all !
## CLI usage (status: working but need UX improvement)