From 233388f94d2dcf452ca6e03ccf7d5666e137d30e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 19 Jan 2024 19:54:53 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d9945c5..36fae2a6 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ ls ./archive/*/index.json # or browse directly via the filesyste #### ✳️  Easy Setup -
+
Docker docker-compose (macOS/Linux/Windows)   👈  recommended   (click to expand)
👍 Docker Compose is recommended for the easiest install/update UX + best security + all the extras out-of-the-box. @@ -159,10 +159,11 @@ curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/docker-comp
  • Run the initial setup and create an admin user.
    docker compose run archivebox init --setup
     
  • -
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin. +
  • Next steps: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    docker compose up
     # completely optional, CLI can always be used without running a server
     # docker compose run [-T] archivebox [subcommand] [--args]
    +docker compose run archivebox add 'https://example.com'