diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-16 14:57:41 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-16 14:57:41 +0200 |
commit | 9423e7fdb6f70afb37f567d86a97594b06d43eb1 (patch) | |
tree | 2dd449f85d41eda100716147b1e252f098c1bb38 | |
parent | 1cda19d65d52381ce49adc534548ec3f235ace91 (diff) | |
download | git-bug-9423e7fdb6f70afb37f567d86a97594b06d43eb1.tar.gz |
add a comment about future binaries
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ If it's not done already, add golang binary directory in your PATH: export PATH=$PATH:$GOROOT/bin:$GOPATH/bin ``` -That's all ! +That's all ! In the future, pre-compiled binary will be provided for convenience. ## Usage |