aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-03 17:35:29 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-03 17:35:29 -0700
commit5577e9e825ae6f79c5e9d168321c5d231b60200b (patch)
tree4f416b1fb5107540976ac89d6415f705227b86c7
parent2a0af0e8739e019b4ddfbb6927c0bd9d26f58290 (diff)
parent7116a473b19327cb8a4a787a5313ffb6b36f7dcc (diff)
downloadrails-5577e9e825ae6f79c5e9d168321c5d231b60200b.tar.gz
rails-5577e9e825ae6f79c5e9d168321c5d231b60200b.tar.bz2
rails-5577e9e825ae6f79c5e9d168321c5d231b60200b.zip
Merge pull request #11747 from bradly/guides_getting_started_fix
Add note that you must be in the rails app when starting the server
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 27768952cc..50d1cd5844 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -155,7 +155,7 @@ To begin with, let's get some text up on screen quickly. To do this, you need to
### Starting up the Web Server
-You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running:
+You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails app:
```bash
$ rails server