From 965e36af1fe29c60a01664745e051fe84cd8bcc0 Mon Sep 17 00:00:00 2001 From: Ryan Prior Date: Wed, 27 May 2020 22:37:14 -0500 Subject: [PATCH] Adds instructions for installing, uninstalling, updating using Guix --- README.md | 7 +++++++ USAGE.md | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 8d48092..cf49b74 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ For more detailed information on installing, updating and uninstalling, please v For the following Linux distribution(s), install the official `protonvpn-cli` package: +#### Guix + +```sh +guix install protonvpn-cli +``` + #### Fedora ```sh @@ -68,6 +74,7 @@ Depending on your distribution, run the appropriate following command to install |Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`| |OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` | |Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` | +|Guix | `guix environment protonvpn-cli` | #### Installing ProtonVPN-CLI diff --git a/USAGE.md b/USAGE.md index d1e8733..6318acb 100644 --- a/USAGE.md +++ b/USAGE.md @@ -8,6 +8,7 @@ This document provides an extensive guide on how to install and use ProtonVPN-CL - [Table of Contents](#table-of-contents) - [Installation & Updating](#installation--updating) - [Installing from distribution repositories](#installing-from-distribution-repositories) + - [Guix](#guix) - [Fedora](#fedora) - [CentOS & RHEL](#centos--rhel) - [Installing from PyPI](#installing-from-pypi) @@ -43,6 +44,12 @@ This document provides an extensive guide on how to install and use ProtonVPN-CL For the following Linux distribution(s), install the official `protonvpn-cli` package: +#### Guix + +```sh +guix install protonvpn-cli +``` + #### Fedora ```sh @@ -85,6 +92,7 @@ Depending on your distribution, run the appropriate following command to install |Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`| |OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` | |Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` | +|Guix | `guix environment protonvpn-cli` | #### Installing ProtonVPN-CLI