From 041cec0454d6f73cc1e991a52e50a643dc49fceb Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 20:25:47 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Install.md b/Install.md index c1247df..e0fbe54 100644 --- a/Install.md +++ b/Install.md @@ -73,18 +73,18 @@ If you don't like running random setup scripts off the internet (:+1:), you can ### 1. Install dependencies -#### Ubuntu/Debian -```bash -apt install python3 python3-pip python3-distutils git wget curl youtube-dl -apt install chromium-browser # Skip this if you already have Google Chrome/Chromium installed -``` - #### macOS ```bash brew install python3 git wget curl youtube-dl brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/ ``` +#### Ubuntu/Debian +```bash +apt install python3 python3-pip python3-distutils git wget curl youtube-dl +apt install chromium-browser # Skip this if you already have Google Chrome/Chromium installed +``` + #### BSD ```bash pkg install python3 git wget curl youtube-dl