Created
December 8, 2014 20:35
-
-
Save cr0/bd6a6f13756caac3a843 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install syncany.rb --HEAD | |
==> Installing syncany dependency: gradle | |
==> Downloading https://services.gradle.org/distributions/gradle-2.2.1-bin.zip | |
Already downloaded: /Library/Caches/Homebrew/gradle-2.2.1.zip | |
🍺 /usr/local/Cellar/gradle/2.2.1: 154 files, 44M, built in 2 seconds | |
==> Installing syncany | |
==> Cloning https://github.com/syncany/syncany.git | |
Updating /Library/Caches/Homebrew/syncany--git | |
==> Checking out branch develop | |
==> ./gradlew installApp | |
==> Caveats | |
To have launchd start syncany at login: | |
ln -sfv /usr/local/opt/syncany/*.plist ~/Library/LaunchAgents | |
Then to load syncany now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.syncany.plist | |
Or, if you don't want/need launchctl, you can just run: | |
sy --daemon | |
==> Summary | |
🍺 /usr/local/Cellar/syncany/HEAD: 40 files, 14M, built in 13 seconds | |
$ sy -v | |
0.3.0-alpha+SNAPSHOT.1412082034.gitUNKNOWN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment