mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added usage to app generator.
This commit is contained in:
parent
34ed2d8d5e
commit
4bf8f40638
1 changed files with 9 additions and 0 deletions
9
railties/lib/generator/templates/app/USAGE
Normal file
9
railties/lib/generator/templates/app/USAGE
Normal file
|
@ -0,0 +1,9 @@
|
|||
Description:
|
||||
The 'rails' command creates a new Rails application with a default
|
||||
directory structure and configuration at the path you specify.
|
||||
|
||||
Example:
|
||||
rails ~/Code/Ruby/weblog
|
||||
|
||||
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
|
||||
See the README in the newly created application to get going.
|
Loading…
Reference in a new issue