1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02:00

Updated Install (markdown)

Nick Sweeting
2024-02-08 12:49:02 -08:00
parent 81a5568511
commit 8f4bbf13c9

@@ -119,10 +119,10 @@ See our [Dependencies](https://github.com/ArchiveBox/ArchiveBox#dependencies) do
*Be aware, you'll need to keep all these packages up-to-date yourself over time!*
#### macOS
<img src="https://imgur.zervice.io/Ue9BI7n.png" width="5%" align="right"/>
#### macOS
Make sure you have [Homebrew](https://brew.sh/) installed first.
```bash
@@ -137,10 +137,10 @@ playwright install --with-deps chromium
brew install --cask chromium
```
#### Ubuntu/Debian-based Systems
<img src="https://assets.ubuntu.com/v1/c5cb0f8e-picto-ubuntu.svg" width="5%" align="right"/>
#### Ubuntu/Debian-based Systems
```bash
# add the nodejs sources to your apt lists (optional, otherwise may use older node)
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
@@ -155,10 +155,11 @@ playwright install --with-deps chromium
sudo apt install chromium fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-symbola fonts-noto fonts-freefont-ttf
```
#### FreeBSD
<img src="https://cdn0.iconfinder.com/data/icons/flat-round-system/512/freebsd-512.png" width="5%" align="right"/>
#### FreeBSD
```bash
sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser
```