Update cargo install instruction so it compiles on MSRV

Closes #633
This commit is contained in:
Marcin Kulik
2024-05-23 07:09:48 +02:00
parent 6ddaa53be0
commit c2b2863a8f

View File

@@ -68,7 +68,7 @@ To download the source code, build the asciinema binary, and install it in
`$HOME/.cargo/bin` run:
```sh
cargo install --git https://github.com/asciinema/asciinema
cargo install --locked --git https://github.com/asciinema/asciinema
```
Then, ensure `$HOME/.cargo/bin` is in your shell's `$PATH`.