From a2f85dc2616b81b58d58628ba0ab4f4e01c32f87 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 19 Dec 2020 16:51:22 -0800 Subject: [PATCH] Add xbps-install instructions for Void Linux --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index da5a60e..23c2773 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,14 @@ Using [yay](https://github.com/Jguer/yay) yay -S cointop ``` +### XBPS (Void Linux) + +cointop is available as a [XBPS](https://voidlinux.org/packages/) package. + +```bash +sudo xbps-install -S cointop +``` + ### Flatpak (Linux) cointop is available as a [Flatpak](https://flatpak.org/) package via the [Flathub](https://flathub.org/apps/details/com.github.miguelmota.Cointop) registry. @@ -267,6 +275,12 @@ sudo dnf update cointop yay -S cointop ``` +### XBPS (Void Linux) + +```bash +sudo xbps-install -Su cointop +``` + ### Flatpak (Linux) ```bash