From: Micah Lee Date: Sat, 5 Jan 2019 00:09:17 +0000 (-0800) Subject: Add warning about errors to readme, and update screenshot X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=326669f181183c75f1b7ac92ff55e40e15bbf03a;p=torbrowser-launcher.git Add warning about errors to readme, and update screenshot --- diff --git a/README.md b/README.md index 9ca9f3a..440576a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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)._ + 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: * Downloads and installs the most recent version of Tor Browser in your language and for your computer's architecture, or launches Tor Browser if it's already installed (Tor Browser will automatically update itself) @@ -14,7 +16,7 @@ You might want to check out the [security design doc](/security_design.md). ![Tor Browser Launcher screenshot](/screenshot.png) -# Installing in Ubuntu +# Installing from the PPA If you want to always have the latest version of the `torbrowser-launcher` package before your distribution gets it, you can use my PPA: diff --git a/screenshot.png b/screenshot.png index caf1ac2..5955d7f 100644 Binary files a/screenshot.png and b/screenshot.png differ