From b76ae5ca6e4ab3b285b41ec3c9e60ec9d433bbef Mon Sep 17 00:00:00 2001 From: Louis Vignoli <97944962+lvignoli@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:08:53 +0200 Subject: [PATCH] Update install instructions with package managers (#419) --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c1e95fd7..169d7e848 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