提交 ead72b31 编写于 作者: J Jeff Kreeftmeijer 提交者: José Valim

Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp...

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: NJosé Valim <jose.valim@gmail.com>
上级 45b263cb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册