diff --git a/Install.md b/Install.md index 68faec6..6198c1e 100644 --- a/Install.md +++ b/Install.md @@ -121,6 +121,8 @@ See our [Dependencies](https://github.com/ArchiveBox/ArchiveBox#dependencies) do #### macOS + + Make sure you have [Homebrew](https://brew.sh/) installed first. ```bash @@ -136,6 +138,9 @@ brew install --cask chromium ``` #### 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 - @@ -152,6 +157,8 @@ sudo apt install chromium fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts #### FreeBSD + + ```bash sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser ```