From db04d11d997642955410816f17535472a231fb28 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Wed, 23 Nov 2022 16:39:15 -1000 Subject: [PATCH] add installation instructions for GUIX --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 36b5108..3d1198d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ sudo port install monolith snap install monolith ``` +#### Using [Guix](https://packages.guix.gnu.org/packages/monolith) (GNU/Linux) + +```console +guix install monolith +``` + #### Using [FreeBSD packages](https://svnweb.freebsd.org/ports/head/www/monolith/) (FreeBSD) ```console