diff options
| author | Louis Vignoli <97944962+lvignoli@users.noreply.github.com> | 2023-03-29 23:08:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 23:08:53 +0200 |
| commit | b76ae5ca6e4ab3b285b41ec3c9e60ec9d433bbef (patch) | |
| tree | f09940cf4e12d1d7698be3b329d1ebf5c6a6e8b3 /README.md | |
| parent | 2ed4212c760701e308dcf6c740720d18e8f2dbf1 (diff) | |
Update install instructions with package managers (#419)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |
