Last active
May 30, 2017 14:56
-
-
Save calebkleveter/2e5490c76df227c510035515a49f9f01 to your computer and use it in GitHub Desktop.
This file contains 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
git clone https://github.com/calebkleveter/Ether.git | |
cd Ether | |
swift build -c release -Xswiftc -static-stdlib | |
cp -f .build/release/Executable /usr/local/bin/ether | |
cd ../ | |
rm -rf Ether/ | |
mkdir ~/Library/Application\ Support/Ether | |
mkdir ~/Library/Application\ Support/Ether/Templates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment