Use --locked for install command (#3390)

This commit is contained in:
Matt Fellenz 2024-02-10 02:40:27 -08:00 committed by GitHub
parent e2e8159bb2
commit 713154c14b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ Typst's CLI is available from different sources:
- If you have a [Rust][rust] toolchain installed, you can also install the
latest development version with
`cargo install --git https://github.com/typst/typst typst-cli`. Note that this
`cargo install --git https://github.com/typst/typst --locked typst-cli`. Note that this
will be a "nightly" version that may be broken or not yet properly documented.
- Nix users can use the `typst` package with `nix-shell -p typst` or build and