diff options
Diffstat (limited to 'railties/lib/generator/generators/app/USAGE')
-rw-r--r-- | railties/lib/generator/generators/app/USAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/railties/lib/generator/generators/app/USAGE b/railties/lib/generator/generators/app/USAGE new file mode 100644 index 0000000000..36d6061a59 --- /dev/null +++ b/railties/lib/generator/generators/app/USAGE @@ -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. |