Skip to content

Commit

Permalink
Merge pull request #27 from SubhaSingh/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hsbt committed Jul 15, 2015
2 parents badcb3c + 958ac05 commit 862e436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,12 +2,12 @@

Copy and paste this line the Terminal and press Enter. Enjoy the text flying on the screen, it will take quite some time (approximately 30 minutes). Installer might ask for your administrator password. Grabbing a refreshing drink before starting is encouraged!

bash < <(curl -s https://raw.github.com/railsgirls/installation-scripts/master/rails-install-osx.sh)
bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/rails-install-osx.sh)

## Script for Ubuntu

To install Ruby on Rails development environment you just need to copy and paste this line the Terminal and press Enter. Enjoy the text flying on the screen, it will take quite some time. Grabbing a refreshing drink before starting is encouraged.

bash < <(curl -s https://raw.github.com/railsgirls/installation-scripts/master/rails-install-ubuntu.sh)
bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/rails-install-ubuntu.sh)


0 comments on commit 862e436

Please sign in to comment.