aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-07 12:58:46 +0200
committerXavier Noria <fxn@hashref.com>2010-07-07 12:58:46 +0200
commit64c75d6618b6bc21576e95ceb31467d1984ecb33 (patch)
tree5060a400487473e0abe9baecb9fe7bfa16355083 /railties/README
parent8735d15e61797d0e6879efbde4f1ca18b4403eff (diff)
parent0f96cea322294f84df34c43000443b249a880126 (diff)
downloadrails-64c75d6618b6bc21576e95ceb31467d1984ecb33.tar.gz
rails-64c75d6618b6bc21576e95ceb31467d1984ecb33.tar.bz2
rails-64c75d6618b6bc21576e95ceb31467d1984ecb33.zip
Merge remote branch 'docrails/master'
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/README b/railties/README
index b8c84dd07d..d8be15e346 100644
--- a/railties/README
+++ b/railties/README
@@ -29,13 +29,13 @@ link:files/vendor/rails/actionpack/README.html.
== Getting Started
1. At the command prompt, create a new Rails application:
- <tt>rails myapp</tt> (where <tt>myapp</tt> is the application name)
+ <tt>rails new myapp</tt> (where <tt>myapp</tt> is the application name)
2. Change directory to <tt>myapp</tt> and start the web server:
<tt>cd myapp; rails server</tt> (run with --help for options)
3. Go to http://localhost:3000/ and you'll see:
- "Welcome aboard: You're riding the Rails!"
+ "Welcome aboard: You're riding Ruby on Rails!"
4. Follow the guidelines to start developing your application. You can find
the following resources handy: