Clarified how to rename binary

This commit is contained in:
Jan Christian Grünhage 2017-04-13 12:12:54 +02:00
parent 14639a92c3
commit a5d048bc5e
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1

View file

@ -9,7 +9,7 @@ Install this with go get:
go get git.jcg.re/jcgruenhage/borgocli.git
```
After installing it, you need to rename the binary or use borgocli.git instead of borgocli in the commands below.
After installing it, you need to rename the binary, from borgocli.git to borgocli, or use borgocli.git instead of borgocli in the commands below.
The .git extension is still needed, because this git host does not support go meta-tags (yet). See [this issue on github for more info](https://github.com/go-gitea/gitea/issues/1485).