diff --git a/README.md b/README.md index 946188b..b9fea68 100644 --- a/README.md +++ b/README.md @@ -73,15 +73,16 @@ which should output something like this: ```bash .... -rake audited:add_migration # Installs Sequel::Audited migration, but does not run it. +rake audited:migrate:install # Installs Sequel::Audited migration, but does not run it. .... ``` Run the sequel-audit rake task: ```bash -bundle exec rake audited:add_migration +bundle exec rake audited:migrate:install ``` + After this you can comment out the rake task in your Rakefile until you need to update. And then finally run db:migrate to update your DB. @@ -89,7 +90,6 @@ finally run db:migrate to update your DB. bundle exec rake db:migrate ``` - ### 3) Add the `:uuid` plugin You need to add the `:uuid` plugin to models as follows: