Skip to content

Commit 965e36a

Browse files
ryanpriorRafficer
authored andcommitted
Adds instructions for installing, uninstalling, updating using Guix
1 parent dd0aab7 commit 965e36a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ For more detailed information on installing, updating and uninstalling, please v
2424

2525
For the following Linux distribution(s), install the official `protonvpn-cli` package:
2626

27+
#### Guix
28+
29+
```sh
30+
guix install protonvpn-cli
31+
```
32+
2733
#### Fedora
2834

2935
```sh
@@ -68,6 +74,7 @@ Depending on your distribution, run the appropriate following command to install
6874
|Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`|
6975
|OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` |
7076
|Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` |
77+
|Guix | `guix environment protonvpn-cli` |
7178

7279
#### Installing ProtonVPN-CLI
7380

USAGE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This document provides an extensive guide on how to install and use ProtonVPN-CL
88
- [Table of Contents](#table-of-contents)
99
- [Installation & Updating](#installation--updating)
1010
- [Installing from distribution repositories](#installing-from-distribution-repositories)
11+
- [Guix](#guix)
1112
- [Fedora](#fedora)
1213
- [CentOS & RHEL](#centos--rhel)
1314
- [Installing from PyPI](#installing-from-pypi)
@@ -43,6 +44,12 @@ This document provides an extensive guide on how to install and use ProtonVPN-CL
4344

4445
For the following Linux distribution(s), install the official `protonvpn-cli` package:
4546

47+
#### Guix
48+
49+
```sh
50+
guix install protonvpn-cli
51+
```
52+
4653
#### Fedora
4754

4855
```sh
@@ -85,6 +92,7 @@ Depending on your distribution, run the appropriate following command to install
8592
|Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`|
8693
|OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` |
8794
|Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` |
95+
|Guix | `guix environment protonvpn-cli` |
8896

8997
#### Installing ProtonVPN-CLI
9098

0 commit comments

Comments
 (0)