summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c1e95fd..169d7e84 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,21 @@ Let's dissect what's going on:
## Install and use
You can get sources and pre-built binaries for the latest release of Typst from
-the [releases page][releases]. This will give you Typst's CLI which converts
+the [releases page][releases].
+
+Typst is also available through several package managers:
+
+```sh
+# macOS or Linux using Homebrew
+brew install typst
+
+# Arch Linux
+pacman -S typst
+```
+
+Nix users can use the `typst` package with `nix-shell -p typst` or build and run the bleeding edge version using the `github:typst/typst` flake with `nix run github:typst/typst -- --version`.
+
+This will give you Typst's CLI which converts
Typst sources into PDFs.
```sh