From f4d9068e33cd11deee856f202c17c7dc41050ed7 Mon Sep 17 00:00:00 2001 From: caughtquick Date: Mon, 24 May 2021 15:35:05 -0700 Subject: [PATCH 1/3] added void install instuctions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e33db91..f334434 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,15 @@ sudo make install sudo make uninstall ``` +### Void Linux + +Available in void repo and void-packages ports tree + +>Installation + +``` bash +doas xbps-install bpytop +``` ## Configurability All options changeable from within UI. From b7ba6cebd0b17e48d2f01687a9706989f9da5020 Mon Sep 17 00:00:00 2001 From: caughtquick Date: Mon, 24 May 2021 15:35:45 -0700 Subject: [PATCH 2/3] switched from doas to sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f334434..0453703 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Available in void repo and void-packages ports tree >Installation ``` bash -doas xbps-install bpytop +sudo xbps-install bpytop ``` ## Configurability From 56f80fcf3258008e302a28d7bab93fdf3238c007 Mon Sep 17 00:00:00 2001 From: caughtquick Date: Wed, 2 Jun 2021 18:06:06 -0700 Subject: [PATCH 3/3] void install info location fixed --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0453703..bc3635d 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,16 @@ Please use MX Package Installer MX Test Repo tab to install. http://mxrepo.com/mx/testrepo/pool/test/b/bpytop/ +### Void Linux + +Available in void repo and void-packages ports tree + +>Installation + +``` bash +sudo xbps-install bpytop +``` + ### Snap package (Note! There is some issues caused by the snap sandboxing) @@ -348,15 +358,6 @@ sudo make install sudo make uninstall ``` -### Void Linux - -Available in void repo and void-packages ports tree - ->Installation - -``` bash -sudo xbps-install bpytop -``` ## Configurability All options changeable from within UI.