Merge pull request #370 from HEXcube/patch-1

Update README.md to use the newer apt command
This commit is contained in:
Micah Lee 2019-07-19 17:25:48 -07:00 committed by GitHub
commit abaf898108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ If you want to always have the latest version of the `torbrowser-launcher` packa
```sh
sudo add-apt-repository ppa:micahflee/ppa
sudo apt-get update
sudo apt-get install torbrowser-launcher
sudo apt update
sudo apt install torbrowser-launcher
```