README.md in soopr-0.1.2 vs README.md in soopr-0.2.0

- old
+ new

@@ -2,28 +2,30 @@ SOOPR offers open pull requests ## Installation -Just clone it for now. +`gem install soopr` SOOPR assumes you have a `~/.netrc` file for Github API auth: ``` machine api.github.com login [username] password [password or oauth token] ``` +You can create a personal token to be used at https://github.com/settings/tokens + ## Usage Run from the project root: -`bundle exec bin/soopr [organisation] [team]` +`soopr [organisation] [team]` (parameters are case-sensitive) Usage help is available, too: -`bundle exec bin/soopr --help` +`soopr --help` ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.