Created
January 4, 2015 06:46
-
-
Save koji/ae3dbb7f94a30bb6b491 to your computer and use it in GitHub Desktop.
Install rails
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
You have had to install ruby on your machine. | |
Update gem | |
gem update --system | |
Install rails without documents because it's going to be faster than with documents | |
gem install rails --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment