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/en/intro-to-rails/running_your_application_locally.step
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ end
5
5
6
6
steps do
7
7
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
+
8
10
console "rails server"
9
11
message "This will print some stuff and stay running forever, printing more stuff
0 commit comments