summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-12-07 12:20:43 +0100
committerLaurenz <laurmaedje@gmail.com>2023-12-07 12:20:43 +0100
commit0bdd2191c073c1ecad29d71a55f81078e9e5f6ac (patch)
tree7344ff89821d7add8c7c7d1c64e4a8b3f98bca77
parent9e333e5058f54703fa9be0f34914061be6c8a272 (diff)
Update cargo install command in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52937daa..d8017258 100644
--- a/README.md
+++ b/README.md
@@ -120,8 +120,8 @@ 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`. Note that this will
- be a "nightly" version that may be broken or not yet properly documented.
+ `cargo install --git https://github.com/typst/typst 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
run the bleeding edge version with `nix run github:typst/typst -- --version`.