From d2c05c0e48b11d82b211881c7b915d46ceb67b9c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 29 Mar 2023 23:11:41 +0200 Subject: [PATCH] Revise Readme a bit --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 169d7e848..332707960 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,10 @@ Let's dissect what's going on: ``` -## 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