Update install.md

This commit is contained in:
Thibault Sottiaux
2025-10-20 16:25:16 -07:00
committed by GitHub
parent 15472114b1
commit e4a6b36fba

View File

@@ -37,6 +37,6 @@ cargo clippy --all-features --tests
# or use `just clippy`
# Run the tests.
cargo nextest run --no-fail-fast
cargo test
# or use `just test`
```