diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-30 11:23:17 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-30 11:30:44 +0200 |
| commit | 0ed84797e857a14a4402b17277ecb6e05d722320 (patch) | |
| tree | dbabde72e1dbaba2bf04357f9a9ebc86b3863fb2 /README.md | |
| parent | acb8dcc14376d511711fb56a5f5c2881ddb2d8d4 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -108,14 +108,15 @@ Let's dissect what's going on: 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]. + 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`. - You can install Typst through different package managers. Note that the versions in the package managers might lag behind the latest release. - - macOS/Linux: `brew install typst` - - Arch Linux: `pacman -S typst` - - Void Linux: `xbps-install typst` - - Windows Package Manager: `winget install --id Typst.Typst` + - Linux: View [Typst on Repology][repology] + - macOS: `brew install typst` + - Windows: `winget install --id Typst.Typst` - If you have a [Rust][rust] toolchain installed, you can also install the latest development version with @@ -163,6 +164,19 @@ If you prefer an integrated IDE-like experience with autocompletion and instant preview, you can also check out the [Typst web app][app], which is currently in public beta. +## Community +The main place where the community gathers is our [Discord server][discord]. +Feel free to join there to ask questions, help out others, share cool things +you created with Typst, or just to chat. + +Aside from that there are a few places where you can find things built by +the community: + +- The official [package list](https://typst.app/docs/packages) +- The [Awesome Typst](https://github.com/qjcg/awesome-typst) repository + +If you had a bad experience in our community, please [reach out to us][contact]. + ## Contributing We would love to see contributions from the community. If you experience bugs, feel free to open an issue. If you would like to implement a new feature or bug @@ -224,6 +238,8 @@ instant preview. To achieve these goals, we follow three core design principles: [scripting]: https://typst.app/docs/reference/scripting/ [rust]: https://rustup.rs/ [releases]: https://github.com/typst/typst/releases/ +[repology]: https://repology.org/project/typst/versions +[contact]: https://typst.app/contact [architecture]: https://github.com/typst/typst/blob/main/docs/dev/architecture.md [contributing]: https://github.com/typst/typst/blob/main/CONTRIBUTING.md [packages]: https://github.com/typst/packages/ |
