mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Use rails help new instead of rails new -h
This commit is contained in:
@@ -263,8 +263,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 new -h</tt>.
|
||||
by running <tt>rails help new</tt>.
|
||||
|
||||
After you create the blog application, switch to its folder to continue work
|
||||
directly in that application:
|
||||
|
||||
Reference in New Issue
Block a user