Last active
December 20, 2015 22:49
-
-
Save jansanchez/6208156 to your computer and use it in GitHub Desktop.
Install Ruby on Linux
This file contains hidden or 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 irb | |
sudo apt-get install ruby1.9.1 | |
# Install Ruby gem: thin Server | |
sudo gem install thin | |
# Install Ruby gem: sinatra - http://www.sinatrarb.com/ | |
gem install sinatra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment