Created
August 20, 2013 02:53
-
-
Save xcooper/6276614 to your computer and use it in GitHub Desktop.
install guard livereload on ubuntu 13.04
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
sudo apt-get install ruby-dev | |
sudo gem install rdoc | |
sudo gem install guard | |
sudo gem install guard-livereload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment