From 74fb960599bf0eccdba6079a7048cb4bebda30c9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 13:02:11 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index 90d9d87..91d16ab 100644 --- a/Install.md +++ b/Install.md @@ -85,12 +85,12 @@ curl -fsSL 'https://get.archivebox.io' | bash ``` 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. -*See here for our thoughts on the [inherent limitations of `curl | sh`](https://docs.monadical.com/s/against-curl-sh) as an install method...* - After running the setup script, continue with the [Quickstart](https://github.com/ArchiveBox/ArchiveBox#%EF%B8%8F-next-steps) guide... ➡️ +> *See here for our thoughts on the [inherent limitations of `curl | sh`](https://docs.monadical.com/s/against-curl-sh) as an install method...* +
---