Skip to content

Commit ae497c8

Browse files
authored
Merge pull request #54 from cobaltflames/master
A few README changes to make the sentences more logically ordered, and some removals for concision, as well as some typos fixed!
2 parents a9bc419 + 160b75c commit ae497c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Script for OS X
22

3-
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!
3+
Copy and paste this line in the Terminal and press Enter. The installation will take approximately 30 minutes, so enjoy the text flying on the screen. The installer might request your administrator password. Grabbing a refreshing drink before starting is encouraged!
44

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

77
## Script for Ubuntu
88

9-
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.
9+
To install Ruby on Rails development environment, copy and paste this line in the Terminal and press Enter. The installation will take quite some time, so enjoy the text flying on the screen. Grabbing a refreshing drink before starting is encouraged!
1010

1111
sudo apt-get install curl
1212
bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/rails-install-ubuntu.sh)

0 commit comments

Comments
 (0)