From 257529625d0e1b27b98c22be725306dfd303dd14 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 7 May 2021 09:26:22 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e33e7667..9348b9a0 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,20 @@ See below for more usage examples using the C

+
+curl | sh automatic setup script curl -sSL 'https://get.archivebox.io' | sh (macOS/Ubuntu/Debian/FreeBSD) +
+
    +
  1. Install Docker on your system (optional, highly recommended).
  2. +
  3. Run the automatic setup script. +
    curl -sSL 'https://get.archivebox.io' | sh
    +
  4. +
+ +See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python manage your archive. +

+
+
#### 🛠  Manual Setup