Last active
August 29, 2015 14:08
-
-
Save adriantorrie/881dfb9fa469c6faf5b3 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Install LightTable
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
cd ~/repos | |
git clone https://github.com/LightTable/LightTable.git | |
cd LightTable | |
bash linux_deps.sh | |
./deploy/LightTable | |
ln -s ~/repos/LightTable/deploy/LightTable ~/bin/light-table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment