From 02afb8a948d3641d856e607b34e5d869423c4c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 2 Oct 2023 14:28:36 +0300 Subject: [PATCH] docs(readme): add instructions for installing on Arch Linux --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c7df68b..b7bc63e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Now you can recreate this moment without the actual need for a physical typewrit - [Getting Started](#getting-started) - [Installation](#installation) - [Cargo](#cargo) + - [Arch Linux](#arch-linux) - [Binary releases](#binary-releases) - [Build from source](#build-from-source) - [Usage](#usage) @@ -90,6 +91,14 @@ cargo install daktilo The minimum supported Rust version is `1.70.0`. +### Arch Linux + +**daktilo** can be installed from the [official repositories](https://archlinux.org/packages/extra/x86_64/daktilo/) using [pacman](https://wiki.archlinux.org/title/Pacman): + +```sh +pacman -S daktilo +``` + ### Binary releases See the available binaries for different targets from the [releases page](https://github.com/orhun/daktilo/releases).