From 356941bf8d039a62f1ebaf2ff23a73254fc71b08 Mon Sep 17 00:00:00 2001 From: NoAIHelper Date: Sat, 15 Mar 2025 22:45:54 +0300 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 41f465152..c8a68c34a 100644 --- a/README.md +++ b/README.md @@ -104,34 +104,22 @@ Let's dissect what's going on: ## Installation +It is installation of my unofficial package. + Typst's CLI is available from different sources: - You can get sources and pre-built binaries for the latest release of Typst - from the [releases page][releases]. Download the archive for your platform and - place it in a directory that is in your `PATH`. To stay up to date with future - releases, you can simply run `typst update`. + from the [releases](https://github.com/NoAIHelper/typst/releases). Download the archive for your platform and + place it in a directory that is in your `PATH`. - You can install Typst through different package managers. Note that the versions in the package managers might lag behind the latest release. - - Linux: - - View [Typst on Repology][repology] - - View [Typst's Snap][snap] - - macOS: `brew install typst` - - Windows: `winget install --id Typst.Typst` + - Windows: download all files from [manifests folder](manifests/n/NoAIHelper/Typst/0.13.1) and install with command + `winget install -m path/to/manifests/folder/where/all/files` - If you have a [Rust][rust] toolchain installed, you can install - - the latest released Typst version with - `cargo install --locked typst-cli` - - a development version with - `cargo install --git https://github.com/typst/typst --locked typst-cli` - -- Nix users can - - use the `typst` package with `nix-shell -p typst` - - build and run a development version with - `nix run github:typst/typst -- --version`. - -- Docker users can run a prebuilt image with - `docker run ghcr.io/typst/typst:latest --help`. + - git clone or download zip and compile from source + `cargo build --release` ## Usage Once you have installed Typst, you can use it like this: