From 9a0e4641884cbc3e1dfa02141c9eb8c55d718245 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Mon, 10 Aug 2020 18:51:40 +0300 Subject: [PATCH] Added install instructions for Guix --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cbbef82..d07546c 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,16 @@ Or use quick installation: sudo ./build --remove ``` +#### Guix based + +Available in [official Guix repository](https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/admin.scm) since 6bbd0fd2 + +>Installation + +``` bash +guix install bashtop +``` + #### Ubuntu based Available in [official Ubuntu repository](https://launchpad.net/ubuntu/+source/bashtop) since Ubuntu 20.10