Skip to content

Commit 8dbbeaf

Browse files
authored
Merge pull request #11 from j-f1/full-dom-spec
2 parents a973a77 + f7db2a3 commit 8dbbeaf

File tree

11 files changed

+3095
-49
lines changed

11 files changed

+3095
-49
lines changed

Example/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ swiftenv automatically selects the specified version when entering the directory
1919

2020
## Usage
2121

22-
1. Build `webidl2swift` or run it using `swift run`.
23-
2. Generate the WebAPI module by running `webidl2swift -i WebIDL-files -o WebAPI`.
24-
3. Build the website using the Makefile by running `make && make build`.
25-
4. Start a local webserver, e.g. by running `python3 -m http.server`.
22+
1. Generate the latest `dom.webidl` by running `npm install; npm run generate-dom`
23+
2. Build `webidl2swift` or run it using `swift run`.
24+
3. Generate the WebAPI module by running `webidl2swift -i WebIDL-files -o WebAPI`.
25+
4. Build the website using the Makefile by running `make && make build`.
26+
5. Start a local webserver, e.g. by running `python3 -m http.server`.
2627

0 commit comments

Comments
 (0)