Changed ruby /path/to/rails myapp --dev to ruby /path/to/rails new myapp --dev in the "Thor is not avalable" message. [#4915 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Jeff Kreeftmeijer 2010-06-21 00:46:23 +02:00 committed by José Valim
parent 45b263cbf1
commit ead72b319f

@ -3,7 +3,7 @@
rescue LoadError
puts "Thor is not available.\nIf you ran this command from a git checkout " \
"of Rails, please make sure thor is installed,\nand run this command " \
"as `ruby /path/to/rails myapp --dev`"
"as `ruby /path/to/rails new myapp --dev`"
exit
end