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

Fix TIP formatting issue

This commit is contained in:
Jason Noble & Ralph Shnelvar 2011-07-24 15:04:12 -06:00
parent e99a0b62ec
commit 72e06dc7a0

View file

@ -249,7 +249,8 @@ $ 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 new -h</tt>.
After you create the blog application, switch to its folder to continue work
directly in that application: