1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-28 08:39:54 +02:00

Add steps for OpenBSD

Sergey Bronnikov
2020-12-03 01:10:43 +03:00
parent 3ea33671a6
commit df35550bc3

@@ -93,11 +93,20 @@ apt install chromium-browser # Skip this if you already have Google Chrome/Chro
```
#### BSD
FreeBSD:
```bash
pkg install python3 git wget curl youtube-dl
pkg install python git wget curl youtube-dl
pkg install chromium-browser # Skip this if you already have Google Chrome/Chromium installed
```
OpenBSD:
```bash
pkg_add python3 git wget curl youtube-dl chromium
```
#### Install ArchiveBox using pip
```bash
python3 -m pip install --upgrade archivebox