summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Fellenz <matt@felle.nz>2024-02-10 02:40:27 -0800
committerGitHub <noreply@github.com>2024-02-10 10:40:27 +0000
commit713154c14bc316150820acf0101af9386ba181f4 (patch)
treec37442068226af05209930567b0c0c36604d013d /README.md
parente2e8159bb2f8522343164342a469ad909c66028d (diff)
Use `--locked` for install command (#3390)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b82fc951..b9e57db6 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