We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
- or -
1 parent 9cf881c commit 4cc93b9Copy full SHA for 4cc93b9
sites/en/installfest/clean_up.step
@@ -10,7 +10,7 @@ end
10
step "Delete the test_app from your computer" do
11
option "Windows" do
12
message "From the Explorer, right click on the test_app folder (inside C:\\Sites\\railsbridge) and choose Delete."
13
- message " - or - "
+ message "**- or -**"
14
console_with_message "From the command prompt, run the following command:", "rmdir /s /q c:\\Sites\\railsbridge\\test_app"
15
end
16
option "Mac" do
0 commit comments