]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update readme to include Flatpak instructions
authorMicah Lee <micah@micahflee.com>
Wed, 9 Oct 2019 18:37:11 +0000 (14:37 -0400)
committerMicah Lee <micah@micahflee.com>
Wed, 9 Oct 2019 18:37:11 +0000 (14:37 -0400)
README.md

index df3d365619023c53bba07f0558b4c8ea45b48b63..412a7ef5ef84fd89470f139e1af68f1374bcaf04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Tor Browser Launcher
 
-_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://github.com/micahflee/torbrowser-launcher/releases), but Linux distributions can be slow to provide up-to-date packages. In this case, you can install from the PPA (instructions below), or [build from source](/BUILD.md)._
+_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://github.com/micahflee/torbrowser-launcher/releases). Try installing from Flatpak (instructions below), or [build from source](/BUILD.md)._
 
 Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install ```torbrowser-launcher``` from your distribution's package manager and it handles everything else:
 
@@ -16,11 +16,38 @@ You might want to check out the [security design doc](/security_design.md).
 
 ![Tor Browser Launcher screenshot](/screenshot.png)
 
-# Installing from the PPA
+# Installing torbrowser-launcher
 
-If you want to always have the latest version of the `torbrowser-launcher` package before your distribution gets it, you can use my PPA:
+You can install `torbrowser-launcher` from your operating system's package manager, but it might be out-of-date and have issues working. If you want to make sure you always have the latest version, use one of the methods below to install:
+
+## Installing in any Linux distro using Flatpak
+
+Install Flatpak using these [instructions](https://flatpak.org/setup/).
+
+Then install `torbrowser-launcher` like this:
+
+```
+flatpak install flathub com.github.micahflee.torbrowser-launcher -y
+```
+
+Run `torbrowser-launcher` either by using the GUI desktop launcher, or by running:
+
+```
+flatpak run com.github.micahflee.torbrowser-launcher
+```
+
+## Installing from the PPA
+
+If you use Ubuntu or one of its derivatives:
 
 ```sh
 sudo add-apt-repository ppa:micahflee/ppa
+sudo apt update
 sudo apt install torbrowser-launcher
 ```
+
+Run `torbrowser-launcher` either by using the GUI desktop launcher, or by running:
+
+```
+torbrowser-launcher
+```
\ No newline at end of file