mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Update install instructions with package managers (#419)
This commit is contained in:
parent
2ed4212c76
commit
b76ae5ca6e
16
README.md
16
README.md
@ -103,7 +103,21 @@ Let's dissect what's going on:
|
|||||||
|
|
||||||
## Install and use
|
## Install and use
|
||||||
You can get sources and pre-built binaries for the latest release of Typst from
|
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.
|
Typst sources into PDFs.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user