From 81db1551db9db64787f4e39566574e883de80a52 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 12:50:25 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Install.md b/Install.md index 538edc0..16d1952 100644 --- a/Install.md +++ b/Install.md @@ -99,13 +99,13 @@ After running the setup script, continue with the [Quickstart](https://github.co ## Option C. Bare Metal Setup - - - If you'd rather not use [Docker](https://github.com/ArchiveBox/ArchiveBox#%EF%B8%8F-easy-setup) or our [auto-install script](https://github.com/ArchiveBox/ArchiveBox#%EF%B8%8F-easy-setup), you can follow these manual setup instructions to install ArchiveBox and its dependencies using `pip` & your system package manager of choice (e.g. `apt`, `brew`, `pkg`, `nix`, etc.). 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. - To use specific binaries for dependencies, see the [Configuration: Dependencies](Configuration#dependency-options) page. @@ -119,7 +119,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 +137,7 @@ playwright install --with-deps chromium brew install --cask chromium ``` - + #### Ubuntu/Debian-based Systems @@ -155,7 +155,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