You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/installfest/get_a_sticker.step
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ verify "tool installation" do
8
8
tip "Most of the time, the version numbers don't have to match exactly. In general, if the *first two* numbers match, or if the full number you have is *greater* than the one below, then you're cool."
9
9
10
10
h3 "If you're on OSX or Linux:"
11
-
11
+
12
12
console "rvm -v"
13
13
result "rvm 1.11.2 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]"
14
-
14
+
15
15
console "sqlite3 --version"
16
16
result "3.7.5"
17
17
18
18
h3 "On all operating systems:"
19
-
19
+
20
20
console "ruby -v"
21
21
result "ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]"
22
22
@@ -74,7 +74,7 @@ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem
Copy file name to clipboardExpand all lines: sites/installfest/install_homebrew.step
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ important "If that doesn't work, visit <https://github.com/mxcl/homebrew/wiki/in
5
5
6
6
verify do
7
7
console "brew -v"
8
-
result "0.8"
8
+
result "0.9"
9
9
end
10
10
11
11
tip "Homebrew uses `sudo` to prepare your `/usr/local` directory. 'sudo' stands for 'super user do' and it's a way to get your computer to do anything you ask it to do. It is the subject of a famous cartoon:
0 commit comments