From c6d8719e24edb3ac88910a9c0c8c8a8994a46ad0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 27 Mar 2021 05:01:27 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b166363b..e66d2f11 100644 --- a/README.md +++ b/README.md @@ -103,18 +103,20 @@ archivebox help First make sure you have Docker installed: https://docs.docker.com/get-docker/ +Download the [`docker-compose.yml`](https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml) file.

-# create a new empty directory and initalize your collection (can be anywhere)
-mkdir ~/archivebox && cd ~/archivebox
 curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml'
-docker-compose run archivebox init
-docker-compose run archivebox --version
+
-# start the webserver and open the UI (optional) +Start the server. +

+docker-compose run archivebox server --quick-init
 docker-compose run archivebox manage createsuperuser
-docker-compose up -d
-open 'http://127.0.0.1:8000'
+
+Open [`http://127.0.0.1:8000`](http://127.0.0.1:8000). + +

 # you can also add links and manage your archive via the CLI:
 docker-compose run archivebox add 'https://example.com'
 echo 'https://example.com' | docker-compose run archivebox -T add