]> Sergey Matveev's repositories - syncer.git/blobdiff - README.md
Warning about ZFS
[syncer.git] / README.md
index 0173c014cc6d5d1bedc40fe6871786aad50df81a..4aaa90b72e4a9e166ed7000330adfdd8ca209c0b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 Fast stateful file/disk data syncer.
 
+WARNING: I advise you to use ZFS and its native send/recv commands.
+I abandoned that project because of that.
+
 ## Description
 
 The main purpose of this utility is fast data synchronization between
@@ -38,9 +41,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