From 2d0f2ef33d8fdcdb3ec7a2506dd845e95b817039 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 13:03:30 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 91d16ab..5e8bccf 100644 --- a/Install.md +++ b/Install.md @@ -83,7 +83,7 @@ If you're on Linux with `apt`, FreeBSD with `pkg`, or macOS with `brew` there is curl -fsSL 'https://get.archivebox.io' | bash # runs https://raw.githubusercontent.com/pirate/ArchiveBox/master/bin/setup.sh ``` -The script explains what it installs beforehand, and will prompt for user confirmation before making any changes to your system. The script uses Docker if already installed, but you can decline and it will attempt to install everything using your package manager instead. +The script explains what it installs beforehand, and will prompt for user confirmation before making any changes to your system. The script uses Docker if already installed, but you can decline and it will attempt to auto-install everything using `apt`/`brew`/`pkg` + `pip` instead.