diff --git a/Install.md b/Install.md index 6198c1e..538edc0 100644 --- a/Install.md +++ b/Install.md @@ -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 - +#### 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 - +#### 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 - + +#### FreeBSD + ```bash sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser ```