remove useless step from README

This commit is contained in:
Pierre Tachoire
2025-12-24 10:04:30 +01:00
parent 8d992d74c0
commit 8105dff167

View File

@@ -213,16 +213,6 @@ To init or update the submodules in the `vendor/` directory:
make install-submodule make install-submodule
``` ```
**html5ever**
[html5ver](https://github.com/servo/html5ever) is high-performance browser-grade HTML5 parser.
```
zig build html5ever
```
For a release build, use `zig build -Doptimize=ReleaseFast html5ever`.
## Test ## Test
### Unit Tests ### Unit Tests