From 69357626c4f3c2aa69f22940ffda913adb18ff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 3 Oct 2023 21:26:32 +0300 Subject: [PATCH] docs(readme): add installation instructions for Alpine Linux --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 01a48e2..750f2e4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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).