mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +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
|
### 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
|
#### macOS
|
||||||
```bash
|
```bash
|
||||||
brew install python3 git wget curl youtube-dl
|
brew install python3 git wget curl youtube-dl
|
||||||
brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/
|
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
|
#### BSD
|
||||||
```bash
|
```bash
|
||||||
pkg install python3 git wget curl youtube-dl
|
pkg install python3 git wget curl youtube-dl
|
||||||
|
Reference in New Issue
Block a user