mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added usage to app generator.
This commit is contained in:
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.
|
||||
Reference in New Issue
Block a user