mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
Add steps for OpenBSD
11
Install.md
11
Install.md
@@ -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
|
||||
|
Reference in New Issue
Block a user