Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ In case of questions, feel free to contact the current chair [Pieter Colpaert](h

## Developing

Build the spec using [bikeshed](https://tabatkins.github.io/bikeshed/):
The specs are built using [Bikeshed](https://tabatkins.github.io/bikeshed/).
The following commands build each specification in development mode:

To build the TREE specification:
```bash
bikeshed watch ./01-tree-specification.bs
```
To build the Shape Topologies specification:
```bash
bikeshed watch spec.bs
bikeshed watch ./02-shape-topologies.bs
```
To build the Discovery specification:
```bash
bikeshed watch ./03-discovery-specification.bs
```
The spec will be built [automatically](.github/workflows/) when pushing to the master branch.