Skip to content

Instantly share code, notes, and snippets.

@pitpit
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save pitpit/5039f6e55b820a0ab740 to your computer and use it in GitHub Desktop.

Select an option

Save pitpit/5039f6e55b820a0ab740 to your computer and use it in GitHub Desktop.
Install Syncany on OSX
git clone git@github.com:syncany/syncany.git master origin/master
  • build the project
cd syncany
./gradlew installApp
  • copy the source to share directory
cp build/install/syncany /usr/local/share
  • link the binary
ln -s /usr/local/share/syncany/bin/sy /usr/local/bin
@vadimpanin

Copy link
Copy Markdown

worth mentioning that /usr/local/bin must be already created, if not - you'll end up with /usr/local/bin linked to /usr/local/share/syncany/bin/sy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment