mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Use --locked
for install command (#3390)
This commit is contained in:
parent
e2e8159bb2
commit
713154c14b
@ -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
|
- If you have a [Rust][rust] toolchain installed, you can also install the
|
||||||
latest development version with
|
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.
|
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
|
- Nix users can use the `typst` package with `nix-shell -p typst` or build and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user