From 37f9ca2a2ee89ce75b4be8036c6bac0d814d3897 Mon Sep 17 00:00:00 2001 From: gabm Date: Tue, 23 Jan 2024 05:40:00 +0100 Subject: [PATCH] Add install instructions for alpine --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 56d9fb3..606e8b4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ emerge -av satty Pending PR for Gentoo overlay: https://github.com/gentoo/gentoo/pull/33908 +### Alpine Linux + +Satty is available in [Alpine Testing](https://pkgs.alpinelinux.org/packages?name=satty&branch=edge&repo=&arch=&maintainer=). You can install it by uncommenting the testing repo in `/etc/apk/repositories` and then run: + +``` +apk add satty +``` + ### Prebuilt Sources You can download a prebuilt binary for x86-64 on the [Satty Releases](https://github.com/gabm/satty/releases) page.