RDOC_MAIN.rdoc in railties-5.0.7.2 vs RDOC_MAIN.rdoc in railties-5.1.0.beta1

- old
+ new

@@ -33,20 +33,20 @@ == Getting Started 1. Install \Rails at the command prompt if you haven't yet: - gem install rails + $ gem install rails 2. At the command prompt, create a new \Rails application: - rails new myapp + $ rails new myapp where "myapp" is the application name. 3. Change directory to +myapp+ and start the web server: - cd myapp; rails server + $ cd myapp; rails server Run with <tt>--help</tt> or <tt>-h</tt> for options. 4. Go to http://localhost:3000 and you'll see: