summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Pierce <bcpierce@cis.upenn.edu>2016-03-17 11:49:04 -0400
committerBenjamin Pierce <bcpierce@cis.upenn.edu>2016-03-17 11:49:04 -0400
commit95d939b3da9651ce3b5eb2ee443d3ea92be45360 (patch)
treebbe085ce9e1501a32bec428a26b4e709421dc0c5
parentee9eb4f9edaf62e61e4d2d6cf81c699482f0c494 (diff)
downloadunison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.zip
unison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.tar.gz
unison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.tar.bz2
Add a couple of pointers to the README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0b644c..06a3a75 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,11 @@ Unison is a file-synchronization tool for OSX, Unix, and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.
+
+If you just want to use Unison, you can probably find a pre-built binary for
+your architecture either on your favorite package manager or here:
+
+ http://www.cis.upenn.edu/~bcpierce/unison
+
+If you want to play with the internals, have a look at the file
+src/ROADMAP.txt for some basic orientation.