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:
parent
bb99c944d3
commit
8e8c13ab1e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue