-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cfd6f5
commit 687c65b
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
This is a [bikeshed](https://github.com/tabatkins/bikeshed) file, very similar to Markdown. | ||
|
||
|
||
To compile with a nice CC0 logo and not the awful one by default in Bikeshed `python make.py` and this will generate a file `specs.html` | ||
To compile with a nice CC0 logo and not the awful one by default in Bikeshed `python make.py` and this will generate a file `specs.html`. | ||
You must `pip install beautifulsoup4`. | ||
|
||
|
||
To convert it to an HTML file with the ugly CC0 image directly: `curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > specs.html` | ||
|