1
0
Fork 0
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:
José Valim 2009-06-17 11:39:53 +02:00
parent 34ed2d8d5e
commit 4bf8f40638

View 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.