Skip to content

Commit

Permalink
Merge pull request #11747 from bradly/guides_getting_started_fix
Browse files Browse the repository at this point in the history
Add note that you must be in the rails app when starting the server
  • Loading branch information
rafaelfranca committed Aug 4, 2013
1 parent 75d41df commit bab466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -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
Expand Down

0 comments on commit bab466e

Please sign in to comment.