From faf114319b89bf7f07710efa9ff53656b850ac58 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 11 Mar 2021 17:52:26 +0100 Subject: [docs] document AUR package in readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index f9f4be2..29eec67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ +## Install + +# snap + +``` +sudo snap install riseup-vpn --classic +``` + +You can track beta channel, where we push versions to test: + +``` +sudo snap install riseup-vpn --classic --beta +``` + +# arch + +[There's a package in AUR](https://aur.archlinux.org/packages/riseup-vpn-git) that tracks main branch, so expect some instabilities (early birds catch the bugs they say, and we're thankful for that) + +``` +yaourt -Sy riseup-vpn-git +``` + +# deb + +We haven't updated deb.leap.se repo yet 😞 (see #466), but if you *really* desire a debian +package you can build your own for the time being: + +``` +debuild -us -uc +sudo dpkg -i ../riseup-vpn*.deb +``` + ## Build Clone this repo, install dependencies and build the application. Dependencies -- cgit v1.2.3