1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Install (markdown)

Nick Sweeting
2019-03-12 17:23:35 -04:00
parent a102aefce1
commit d995fa27df

@@ -67,16 +67,13 @@ If you don't like running random setup scripts off the internet (:+1:), you can
```bash
# On Ubuntu/Debian:
apt install chromium-browser python3 wget curl youtube-dl git
apt install python3 python3-pip git wget curl chromium-browser youtube-dl
```
```bash
# On Mac:
brew cask install chromium # If you already have Google Chrome/Chromium in /Applications/, skip this command
brew install python3 wget curl youtube-dl git
echo -e '#!/bin/bash\n/Applications/Chromium.app/Contents/MacOS/Chromium "$@"' > /usr/local/bin/chromium-browser
chmod +x /usr/local/bin/chromium-browser
brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/
brew install python3 python3-pip git wget curl youtube-dl
```
```bash