Add installation instructions

This commit is contained in:
Ryan Bigg 2011-04-08 08:34:33 +10:00
parent c1fdcfc44f
commit 9aebd050f9
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -4,6 +4,12 @@ A simple battery of scripts for upgrading Rails app/checking them for required u
== Usage == Usage
You need to install this plugin first:
script/plugin install git://github.com/rails/rails_upgrade.git
Then you can run its rake tasks to check your application:
# Check your app for required upgrades # Check your app for required upgrades
rake rails:upgrade:check rake rails:upgrade:check