From a4d0d6780078d1a172fcdcea5967c6af1e107f62 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 12:50:57 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Install.md b/Install.md index 16d1952..c825340 100644 --- a/Install.md +++ b/Install.md @@ -103,8 +103,7 @@ If you'd rather not use [Docker](https://github.com/ArchiveBox/ArchiveBox#%EF%B8 See our [Dependencies](https://github.com/ArchiveBox/ArchiveBox#dependencies) documentation to see the full list of dependencies and how they're used. Not all the dependencies are required for all modes. If you disable some archive methods you can skip installing those dependencies, for example, if you set `FETCH_MEDIA=False` you don't need to install `yt-dlp`, and if you set `FETCH_[PDF,SCREENSHOT,DOM]=False` you don't need `chromium`. - - + **More info:** - For help installing these, see the [Manual Setup](#manual-setup), [[Troubleshooting]] and [[Chromium Install]] pages. @@ -119,7 +118,7 @@ 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 @@ -137,7 +136,7 @@ playwright install --with-deps chromium brew install --cask chromium ``` - + #### Ubuntu/Debian-based Systems @@ -155,7 +154,7 @@ 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