From b7184f674a487396c315496defabbcb7ef225da2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 7 Feb 2024 23:33:05 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index c8d1c97..a0934d1 100644 --- a/Install.md +++ b/Install.md @@ -1,14 +1,14 @@ # Install -ArchiveBox only has a few main dependencies apart from `python3`, and they can all be installed using your normal package manager. It usually takes 1min to get up and running if you use the [helper script](#automatic-setup), or about 5min if you install everything [manually](#manual-setup). +ArchiveBox is primarily distributed as a Python package via `pip`, but it also depends on some system packages that can be installed manually or automatically with Docker. It usually takes ~2min to get up and running if you use the [helper script](#automatic-setup), or about ~10min if you install everything [manually](#manual-setup). - [Supported Systems](#supported-systems) - - [Dependencies](#dependencies) + - **[Docker Setup](#docker-setup)** - [Automatic Setup](#automatic-setup) - [Manual Setup](#manual-setup) - - **[Docker Setup](#docker-setup)** + ## Supported Systems