mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 14:44:21 +02:00
Updated Install (markdown)
12
Install.md
12
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
|
||||
|
Reference in New Issue
Block a user