From 4bf8f40638858fa6227bda4aa481cab38862a452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 17 Jun 2009 11:39:53 +0200 Subject: Added usage to app generator. --- railties/lib/generator/templates/app/USAGE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 railties/lib/generator/templates/app/USAGE (limited to 'railties/lib/generator') diff --git a/railties/lib/generator/templates/app/USAGE b/railties/lib/generator/templates/app/USAGE new file mode 100644 index 0000000000..36d6061a59 --- /dev/null +++ b/railties/lib/generator/templates/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. -- cgit v1.2.3