diff --git a/README.rdoc b/README.rdoc index dbc77ce..c98dc4a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,5 +13,8 @@ To use: * Copy config/config.yml.example to config/config.yml and edit appropriately * Copy config/database.yml.example to config/database.yml and edit appropriately * Copy config/initializers/secret_token.rb.example to config/config/initializers/secret_token.rb and edit appropriately -* Use the Rails console to create a new User and set user.admin = true * Run bundle install, rake db:migrate, etc. +* Use the Rails console to create a new User and set user.admin = true +** user = User.new +** user.password = "foobar" +** etc