Revise Readme a bit

This commit is contained in:
Laurenz 2023-03-29 23:11:41 +02:00
parent b76ae5ca6e
commit d2c05c0e48

View File

@ -101,9 +101,10 @@ Let's dissect what's going on:
```
</details>
## Install and use
## Installing
You can get sources and pre-built binaries for the latest release of Typst from
the [releases page][releases].
the [releases page][releases]. This will give you Typst's CLI which converts
Typst sources into PDFs.
Typst is also available through several package managers:
@ -115,11 +116,11 @@ brew install typst
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.
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`.
## Usage
Once you have installed Typst, you can use it like this:
```sh
# Creates `file.pdf` in working directory.
typst file.typ