Skip to content

Commit c22f522

Browse files
committed
add CONTRIBUTING.md
1 parent c98da83 commit c22f522

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
To build the spec locally first install bikeshed:
2+
3+
```sh
4+
pip3 install bikeshed && bikeshed update
5+
```
6+
7+
```sh
8+
bikeshed spec # build once
9+
10+
# or
11+
12+
bikeshed watch # rebuild on changes
13+
```

0 commit comments

Comments
 (0)