Skip to content

Commit

Permalink
docs(readme): add instructions for installing on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 2, 2023
1 parent 8e6fe4b commit 02afb8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 02afb8a

Please sign in to comment.