1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed incorrect command for displaying options for new application Generator in Getting Started guide

This commit is contained in:
Karel Minarik 2010-12-28 08:45:09 +01:00
parent bb99c944d3
commit 8e8c13ab1e

View file

@ -163,7 +163,7 @@ $ rails new blog
This will create a Rails application called Blog in a directory called blog.
TIP: You can see all of the switches that the Rails application builder accepts by running <tt>rails -h</tt>.
TIP: You can see all of the switches that the Rails application builder accepts by running <tt>rails new -h</tt>.
After you create the blog application, switch to its folder to continue work directly in that application: