summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-10-09 22:13:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-10-09 22:13:33 +0200
commit78284af2da236f8b2939310d53b707f053936f23 (patch)
tree8cd77ded197b1a587d8ee72f975c8fab8bb4598f
parent6b27a18e365c0968187411467876ee9d664c6104 (diff)
[docs] correct snap launcher entrypoint
-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
~~~~~~~~~~~~~~~