diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-29 23:11:41 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-29 23:11:41 +0200 |
| commit | d2c05c0e48b11d82b211881c7b915d46ceb67b9c (patch) | |
| tree | fcb5963a1d3c2b59890018eec13cd1f5b52f2971 | |
| parent | b76ae5ca6e4ab3b285b41ec3c9e60ec9d433bbef (diff) | |
Revise Readme a bit
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |
