From bf83c5709f212b25575249bc7e1b6d7f7a0ad085 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Fri, 4 Jun 2010 00:03:42 +1000 Subject: Updating guides to new rails initialization process Signed-off-by: David Heinemeier Hansson --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/getting_started.textile') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 46e709d0f5..89551a223d 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -160,7 +160,7 @@ The best way to use this guide is to follow each step as it happens, no code or To begin, open a terminal, navigate to a folder where you have rights to create files, and type: -$ rails blog +$ rails new blog This will create a Rails application called Blog in a directory called blog. -- cgit v1.2.3