Update install instructions

This commit is contained in:
David Peter 2022-02-03 21:44:23 +01:00
parent 80a9f51710
commit f443195d92

View File

@ -203,7 +203,7 @@ conda install -c conda-forge hyperfine
### With cargo (Linux, macOS, Windows)
Hyperfine can be installed via [cargo](https://doc.rust-lang.org/cargo/):
Hyperfine can be installed from source via [cargo](https://doc.rust-lang.org/cargo/):
```
cargo install hyperfine
```