Skip to content

Commit

Permalink
link to html-proofer-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jun 4, 2016
1 parent 0fbbf45 commit 414347c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ htmlproofer ./out --url-swap wow:cow,mow:doh --extension .html.erb --url-ignore
Note: since `url_swap` is a bit special, you'll pass in a pair of `RegEx:String` values.
`htmlproofer` will figure out what you mean.

#### Using through Docker

If you have trouble with (or don't want to) install Ruby/Nokogiri, the command-line tool can be run through Docker. See [html-proofer-docker](https://github.com/18F/html-proofer-docker) for more information.

### Using with Jekyll

Want to use HTML Proofer with your Jekyll site? Awesome. Simply add `gem 'html-proofer'`
Expand Down

0 comments on commit 414347c

Please sign in to comment.