g is for generate

Oleg committed Jun 20, 2011
commit 0dc0a069c5c7d1399caaeb90f114f4c2c667d227
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -12,7 +12,7 @@ Add gem definition to your Gemfile:
Then from the Rails project's root run:
bundle install
- rails g cms
+ rails generate cms
rake db:migrate
When upgrading to a newer version just run `rails g cms` and replace files when prompted. You may also need to run `rake db:migrate` again.