Skip to content

Commit 1389fab

Browse files
committed
Reminder about checking the current directory
1 parent f59863b commit 1389fab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sites/en/intro-to-rails/running_your_application_locally.step

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ end
55

66
steps do
77
step do
8+
message "Make sure that you're in the `suggestotron` folder. You can type `pwd` (**p**rint **w**orking **d**irectory) in the terminal to see what folder you are in."
9+
810
console "rails server"
911
message "This will print some stuff and stay running forever, printing more stuff
1012
every time you visit a page in your app."
1113
end
1214
step do
1315
text "Point your web browser to "
14-
url "http://localhost:3000"
16+
url "http://localhost:3000"
1517
message "See your web app actually running!"
1618
end
1719

0 commit comments

Comments
 (0)