Permalink
Cannot retrieve contributors at this time
21 lines (15 sloc)
698 Bytes
message "The Apple App Store is an application that installs other applications." | |
step "Open the App Store application" do | |
message "You can find App Store in the Applications folder" | |
end | |
step "Install XCode" do | |
message "Search for 'XCode' and click the 'Install' button" | |
img src: 'img/appstore.jpg', alt: 'XCode in the App Store' | |
end | |
step "Launch XCode" | |
step "Install the Command Line Tools" do | |
message "Open the Preferences menu and select the Downloads tab." | |
message "Then click the 'Install' button next to 'Command Line Tools'." | |
img src: 'img/xcode-prefs.jpg', alt: 'XCode Preferences showing the location of the install button for command line tools' | |
end | |
next_step 'osx_rvm' | |