Skip to content

Commit

Permalink
Meta: add advice on using the Bikeshed HTTP API
Browse files Browse the repository at this point in the history
This will ensure contributors are always using the latest up-to-date Bikeshed.
  • Loading branch information
domenic authored and annevk committed Jun 25, 2016
1 parent 182e89f commit 11725ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are ne
Please add your name to the Acknowledgments section in your first pull request, even for trivial
fixes. The names are sorted lexicographically.

To generate `dom.html`, [bikeshed](https://github.com/tabatkins/bikeshed) can be used. (Do not worry
if using that tool is too complicated, your pull request does not need to contain the generated HTML
to be accepted.)
To generate `dom.html`, [bikeshed](https://github.com/tabatkins/bikeshed) can be used. Do not worry
if using that tool is too complicated; your pull request does not need to contain the generated HTML
to be accepted. If you _do_ want to use it, the easiest way is probably via the HTTP API:

```
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > dom.html
```

#### Formatting

Expand Down

0 comments on commit 11725ec

Please sign in to comment.