Skip to content

Commit f444219

Browse files
committed
Update readme
[skip ci]
1 parent 82df7a0 commit f444219

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ Define pipelines in TypeScript, compile to efficient Rust runtime, distribute as
1818
For working with the runtime as a developer:
1919

2020
```bash
21-
# Install dependencies
21+
# Install divvun-runtime's dev dependencies
2222
brew install pytorch icu4c deno # macOS
2323
cargo install just
2424

25+
# Install cg3 and hfst's build dependencies
26+
brew install bison flex cmake
27+
2528
# Clone and build
2629
git clone https://github.com/divvun/divvun-runtime.git
2730
cd divvun-runtime

0 commit comments

Comments
 (0)