From: Sergey Matveev Date: Fri, 5 Aug 2016 21:05:53 +0000 (+0300) Subject: More descriptive installation instrustions X-Git-Tag: v0.1.0~8 X-Git-Url: http://www.git.stargrave.org/?p=syncer.git;a=commitdiff_plain;h=878c74b2e710e31b8a4220d87be6d8ced7d8b638 More descriptive installation instrustions --- diff --git a/README.md b/README.md index 0173c01..323e93a 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,11 @@ syncer is free software: see the file COPYING for copying conditions. ## Installation + % mkdir -p src + % git clone git://git.cypherpunks.ru/syncer.git src/syncer + % export GOPATH=$(pwd) % go get github.com/dchest/blake2b - % go build - # syncer executable file should be in current directory + % go build syncer # syncer executable file should be in current directory ## Statefile Format