Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit a926068

Browse files
committed
Change the after installation instructions to use a more modern start command
1 parent 3226534 commit a926068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rails/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
say 'Have a look at available rake tasks: rake -T'
2020
say 'Generate a simple scaffold: rails g scaffold Person name:string'
2121
say 'Create, automigrate and seed the DB: rake db:setup'
22-
say 'Start the server: script/rails server'
22+
say 'Start the server: rails server'
2323
say '---------------------------------------------------------------------------'
2424
say 'After the server booted, point your browser at http://localhost:3000/people'
2525
say '---------------------------------------------------------------------------'

0 commit comments

Comments
 (0)