From 713154c14bc316150820acf0101af9386ba181f4 Mon Sep 17 00:00:00 2001 From: Matt Fellenz Date: Sat, 10 Feb 2024 02:40:27 -0800 Subject: [PATCH] Use `--locked` for install command (#3390) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82fc9510..b9e57db6e 100644 --- a/README.md +++ b/README.md @@ -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