1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 14:44:21 +02:00

Updated Install (markdown)

Nick Sweeting
2019-03-12 20:25:47 -04:00
parent 7428e3404d
commit 041cec0454

@@ -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