]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update README.md to use the newer apt command
authorRohan "HEXcube" Villoth <hexcubed@gmail.com>
Sat, 6 Oct 2018 08:48:40 +0000 (14:18 +0530)
committerGitHub <noreply@github.com>
Sat, 6 Oct 2018 08:48:40 +0000 (14:18 +0530)
5 years back Debian introduced apt as the new “pleasant for end users” tool over apt-get. The newer apt command works on all currently supported Ubuntu and Debian releases. See https://itsfoss.com/apt-vs-apt-get-difference/

README.md

index 9ca9f3aefd80e45fe368fdd0bfe61ccab54a5007..30d773eb89f259a32ca43cde5d047f68667ad949 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,6 +20,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
 ```