Created
July 24, 2015 02:00
-
-
Save rksm/3cb0e78cbb34e8b0b23d to your computer and use it in GitHub Desktop.
install cloxp newest version
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
wget https://github.com/cloxp/cloxp-install/releases/download/pre-0.0.8/cloxp-pre-0.0.8.zip | |
unzip cloxp-pre-0.0.8.zip | |
./install.sh | |
cd LivelyKernel | |
sed -i '' 's|+refs/tags/cloxp-pre-0.0.8:refs/tags/cloxp-pre-0.0.8|+refs/heads/*:refs/remotes/origin/*|' .git/config | |
git fetch origin clojure-support | |
git checkout clojure-support | |
npm update | |
cd ..; | |
./start.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment