diff --git a/README.md b/README.md index 996aabb..0d457e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # ContentSync Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files. -Unfortunately for now you have to clone and build it yourself. But I'll look into publishing it on Chocolatey at some point. +## Download + +https://github.com/KirillOsenkov/ContentSync/releases/download/v1.0/ContentSync.exe + + Usage: ContentSync.exe + +**Important!** Use at your own risk. ## Overview @@ -15,10 +21,6 @@ In general, if you’re deciding whether a file was modified based off the times This tool synchronizes the directories based on file contents and ignores timestamps completely. - Usage: ContentSync.exe - -## Important! Use at your own risk. I bear no responsibility for any damage done by this tool. - ## How it works It's quite simple. First it diffs the source and destination directories and builds a flat list of files 1) present only on the left,