README.md in keep_up-0.3.0 vs README.md in keep_up-0.4.0

- old
+ new

@@ -9,11 +9,11 @@ KeepUp is not intended to be part of your application's bundle. You should install it yourself as: $ gem install keep_up -## Usage +## Basic Usage KeepUp only works with git at the moment! First, make sure your checkout directory is clean. KeepUp will currently not check this for you and may throw away your changes! @@ -27,9 +27,17 @@ KeepUp will do its thing. Next, run `bundle install` and run your tests or whatever. Since KeepUp generates a separate commit for each succesful update, you can use `git bisect` to find any updates that cause problems and remove or fix them. + +## Options + +* You can pass `--skip <GEMNAME>` to make KeepUp not consider the named gem for + upgrades. This is helpful if you know a given upgrade is problematic. This + option can be passed multiple times. +* You can pass `--local` to make KeepUp not try to fetch remote gem version + information. ## Planned Features * Check the starting situation (clean checkout, Gemfile.lock up to date) * Allow some check for each change. My feeling at the moment is that for local,