summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3cfe3b5..6885040 100644
--- a/README.rst
+++ b/README.rst
@@ -21,11 +21,14 @@ Linux
For GNU/Linux, RiseupVPN is distributed using snap. You can get the stable version of the snap from the `snap store` if you're using Gnome Software, that has desktop integration for snaps. Otherwise, you can use the terminal::
+
sudo apt install snapd
sudo snap install riseup-vpn --classic
+
After that, you *should* have a RiseupVPN entry in your menu. You can also launch the snap from a terminal::
- snap run riseup-vpn
+
+ snap run riseup-vpn.launcher
Troubleshooting
~~~~~~~~~~~~~~~