diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-06-04 00:03:42 +1000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-06-04 12:31:46 -0500 |
commit | bf83c5709f212b25575249bc7e1b6d7f7a0ad085 (patch) | |
tree | 9e21e0afede3ee5612039706a9ef8c88dcee66b2 /railties/guides/source/getting_started.textile | |
parent | 4774680405adcbf0d3f64abbc236c7653d137fa3 (diff) | |
download | rails-bf83c5709f212b25575249bc7e1b6d7f7a0ad085.tar.gz rails-bf83c5709f212b25575249bc7e1b6d7f7a0ad085.tar.bz2 rails-bf83c5709f212b25575249bc7e1b6d7f7a0ad085.zip |
Updating guides to new rails initialization process
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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: <shell> -$ rails blog +$ rails new blog </shell> This will create a Rails application called Blog in a directory called blog. |