From 878c74b2e710e31b8a4220d87be6d8ced7d8b638 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 6 Aug 2016 00:05:53 +0300 Subject: [PATCH 1/1] More descriptive installation instrustions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.44.0