From 11725ece674ead52dea52a0d23f3981f1d764e56 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sat, 25 Jun 2016 02:56:00 -0400 Subject: [PATCH] Meta: add advice on using the Bikeshed HTTP API This will ensure contributors are always using the latest up-to-date Bikeshed. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6c9fd64b..a3ad2c7c6 100644 --- a/README.md +++ b/README.md @@ -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 file=@dom.bs > dom.html +``` #### Formatting