From 7f123e810b6b153cd9bb3cff9cd6d40afba2c302 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Mon, 5 Dec 2022 14:57:32 -0500 Subject: [PATCH] add installation instructions for Arch Linux and Alpine Linux --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3d1198d..0664838 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ snap install monolith guix install monolith ``` +#### Using [AUR](https://aur.archlinux.org/packages/monolith) (Arch Linux) + +```console +yay monolith +``` + +#### Using [aports](https://pkgs.alpinelinux.org/packages?name=monolith) (Alpine Linux) + +```console +apk add monolith +``` + #### Using [FreeBSD packages](https://svnweb.freebsd.org/ports/head/www/monolith/) (FreeBSD) ```console