From 6887aed31bc4f60bdc3291acd8a2a7a9bca206db Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 11 Dec 2011 23:17:54 +0530 Subject: update command line guide: generated README is now an rdoc --- railties/guides/source/command_line.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/guides') diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index d199eb91d2..58855bc80b 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -36,7 +36,7 @@ WARNING: You can install the rails gem by typing +gem install rails+, if you don $ rails new commandsapp create - create README + create README.rdoc create .gitignore create Rakefile create config.ru @@ -509,8 +509,8 @@ $ rails new . --git --database=postgresql create tmp/pids create Rakefile add 'Rakefile' - create README -add 'README' + create README.rdoc +add 'README.rdoc' create app/controllers/application_controller.rb add 'app/controllers/application_controller.rb' create app/helpers/application_helper.rb -- cgit v1.2.3