Skip to content

Commit

Permalink
Improve example of adding runners in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Nov 9, 2014
1 parent 99147b2 commit 00b5199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ on GitHub commits using `GithubFormatter` or `GithubPullRequestFormatter`.

Add Pronto runners you want to use to your Gemfile:
```ruby
gem 'pronto-rubocop'
gem 'pronto'
gem 'pronto-rubocop', require: false
gem 'pronto-scss', require: false
```
or gemspec file:
```ruby
s.add_development_dependency 'pronto'
s.add_development_dependency 'pronto-rubocop'
s.add_development_dependency 'pronto-scss'
```
Set the GITHUB_ACCESS_TOKEN environment variable to [OAuth token](https://help.github.com/articles/creating-an-access-token-for-command-line-use)
that has access to the repository.
Expand Down

0 comments on commit 00b5199

Please sign in to comment.