From c5639475a0eb1d0742facd9604a37c2ad5615c53 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 17:25:51 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install.md b/Install.md index abcaa8a..8202693 100644 --- a/Install.md +++ b/Install.md @@ -69,7 +69,8 @@ If you don't like running random setup scripts off the internet (:+1:), you can ```bash # On Ubuntu/Debian: -apt install python3 python3-pip git wget curl chromium-browser youtube-dl +apt install chromium-browser # Skip this if you already have Google Chrome/Chromium installed +apt install python3 python3-pip git wget curl youtube-dl ``` ```bash