summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-03-11 17:52:26 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-03-11 17:52:26 +0100
commitfaf114319b89bf7f07710efa9ff53656b850ac58 (patch)
tree1fc30491960f71689bce064476ce50959aac5a91 /README.md
parentda761575541809a3a91fad3e469aa3079f435f65 (diff)
[docs] document AUR package in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
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