summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <admin@qvantnet.com>2020-08-10 18:02:59 +0200
committerGitHub <noreply@github.com>2020-08-10 18:02:59 +0200
commite7648ffdad0a9d9abc9b9a9ddf9119aaea213d95 (patch)
treea99f3c32ce2fbd373233eeb2545d6c863eecd60a
parent9f8a1334933981ceb97f7daa90187e2f2fc70a13 (diff)
parent9a0e4641884cbc3e1dfa02141c9eb8c55d718245 (diff)
Merge pull request #184 from wigust/guix
Added install instructions for Guix
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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