diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-06-04 00:03:42 +1000 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-06-04 00:03:42 +1000 |
commit | 54249b549bb1b98c8882a16eb28db83a19c8bbb8 (patch) | |
tree | 2e095ed466492db3d4585e58a77142143efc4909 /railties/guides/source/getting_started.textile | |
parent | 06892c34213659ed8734ac250ee5846273e277d6 (diff) | |
download | rails-54249b549bb1b98c8882a16eb28db83a19c8bbb8.tar.gz rails-54249b549bb1b98c8882a16eb28db83a19c8bbb8.tar.bz2 rails-54249b549bb1b98c8882a16eb28db83a19c8bbb8.zip |
Updating guides to new rails initialization process
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. |