diff options
author | Benjamin Pierce <bcpierce@cis.upenn.edu> | 2016-03-17 11:49:04 -0400 |
---|---|---|
committer | Benjamin Pierce <bcpierce@cis.upenn.edu> | 2016-03-17 11:49:04 -0400 |
commit | 95d939b3da9651ce3b5eb2ee443d3ea92be45360 (patch) | |
tree | bbe085ce9e1501a32bec428a26b4e709421dc0c5 | |
parent | ee9eb4f9edaf62e61e4d2d6cf81c699482f0c494 (diff) | |
download | unison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.zip unison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.tar.gz unison-95d939b3da9651ce3b5eb2ee443d3ea92be45360.tar.bz2 |
Add a couple of pointers to the README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |