1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 19:14:07 +02:00

Updated Install (markdown)

Nick Sweeting
2024-05-06 11:14:18 -07:00
parent 4e3399d5c8
commit 35999b0035

@@ -171,7 +171,11 @@ playwright install --with-deps chromium
#### FreeBSD
```bash
sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser
sudo pkg install python git wget curl youtube_dl ripgrep py311-pip py311-sqlite3 npm ffmpeg
sudo pkg install chromium
# or for older versions:
# sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser
```
#### OpenBSD