Skip to content

Commit be12567

Browse files
committed
Fixes installation script paths
1 parent 88ec4b9 commit be12567

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
@@ -2,12 +2,12 @@
22

33
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!
44

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

77
## Script for Ubuntu
88

99
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.
1010

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

1313

0 commit comments

Comments
 (0)