update command line guide: generated README is now an rdoc

This commit is contained in:
Vijay Dev
2011-12-11 23:17:54 +05:30
parent 75a9d88f5f
commit 6887aed31b

View File

@@ -36,7 +36,7 @@ WARNING: You can install the rails gem by typing +gem install rails+, if you don
<shell>
$ 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