Skip to content

Instantly share code, notes, and snippets.

@rksm
Created July 24, 2015 02:00
Show Gist options
  • Save rksm/3cb0e78cbb34e8b0b23d to your computer and use it in GitHub Desktop.
Save rksm/3cb0e78cbb34e8b0b23d to your computer and use it in GitHub Desktop.
install cloxp newest version
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