From 7116a473b19327cb8a4a787a5313ffb6b36f7dcc Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 3 Aug 2013 15:35:08 -0700 Subject: Add note that you must be in the rails app directory when starting up the server. This is a response to issue #11731 and is a common mistake for people newer to rails that try forget to cd into the new rails app after running rails new. --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3