Skip to content

Commit

Permalink
docs(readme): add installation instructions for Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 3, 2023
1 parent 4de968d commit 6935762
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,7 @@ Now you can recreate this moment without the actual need for a physical typewrit
- [Installation](#installation)
- [Cargo](#cargo)
- [Arch Linux](#arch-linux)
- [Alpine Linux](#alpine-linux)
- [Binary releases](#binary-releases)
- [Build from source](#build-from-source)
- [Usage](#usage)
Expand Down Expand Up @@ -111,6 +112,14 @@ The minimum supported Rust version is `1.70.0`.
pacman -S daktilo
```

### Alpine Linux

**daktilo** is available for [Alpine Edge](https://pkgs.alpinelinux.org/packages?name=daktilo&branch=edge). It can be installed via [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) after enabling the [testing repository](https://wiki.alpinelinux.org/wiki/Repositories).

```sh
apk add 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 6935762

Please sign in to comment.