Skip to content

Commit 1d133f5

Browse files
Merge pull request #136 from TREEcg/constraintAutomaton-patch-1
Update the building command for the spec
2 parents f0b0625 + 3bdf050 commit 1d133f5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,19 @@ In case of questions, feel free to contact the current chair [Pieter Colpaert](h
1717

1818
## Developing
1919

20-
Build the spec using [bikeshed](https://tabatkins.github.io/bikeshed/):
20+
The specs are built using [Bikeshed](https://tabatkins.github.io/bikeshed/).
21+
The following commands build each specification in development mode:
22+
23+
To build the TREE specification:
24+
```bash
25+
bikeshed watch ./01-tree-specification.bs
26+
```
27+
To build the Shape Topologies specification:
2128
```bash
22-
bikeshed watch spec.bs
29+
bikeshed watch ./02-shape-topologies.bs
30+
```
31+
To build the Discovery specification:
32+
```bash
33+
bikeshed watch ./03-discovery-specification.bs
2334
```
2435
The spec will be built [automatically](.github/workflows/) when pushing to the master branch.
25-

0 commit comments

Comments
 (0)