mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 22:25:24 +02:00
Updated Install (markdown)
@@ -121,6 +121,8 @@ See our [Dependencies](https://github.com/ArchiveBox/ArchiveBox#dependencies) do
|
|||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
|
|
||||||
|
<img src="https://imgur.zervice.io/Ue9BI7n.png" width="5%" align="right"/>
|
||||||
|
|
||||||
Make sure you have [Homebrew](https://brew.sh/) installed first.
|
Make sure you have [Homebrew](https://brew.sh/) installed first.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -136,6 +138,9 @@ brew install --cask chromium
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Ubuntu/Debian-based Systems
|
#### Ubuntu/Debian-based Systems
|
||||||
|
|
||||||
|
<img src="https://assets.ubuntu.com/v1/c5cb0f8e-picto-ubuntu.svg" width="5%" align="right"/>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# add the nodejs sources to your apt lists (optional, otherwise may use older node)
|
# 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 -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||||
@@ -152,6 +157,8 @@ sudo apt install chromium fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts
|
|||||||
|
|
||||||
#### FreeBSD
|
#### FreeBSD
|
||||||
|
|
||||||
|
<img src="https://cdn0.iconfinder.com/data/icons/flat-round-system/512/freebsd-512.png" width="5%" align="right"/>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser
|
sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user