From 7c1beb70d7857c08c3bddc62d25f8c4e5bae9a31 Mon Sep 17 00:00:00 2001 From: Nick Sweeting <git@sweeting.me> Date: Mon, 23 Nov 2020 03:57:52 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index daf1c0ce..780c025a 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ docker run -v $PWD:/data -it archivebox/archivebox init docker run -v $PWD:/data -t archivebox/archivebox add https://github.com/ArchiveBox/ArchiveBox docker run -v $PWD:/data -t archivebox/archivebox add --depth=1 https://example.com -# 3. Then browse the Web UI or filesystem to see snapshots of the URLs you added +# 3. Then view the snapshots of the URLs you added via the self-hosted web UI docker run -v $PWD:/data -it archivebox/archivebox manage createsuperuser # create an admin acct docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox # start the web server -open http://127.0.0.1:8000/ # open the interactive web UI -ls archive/*/index.html # or browse snapshots on disk +open http://127.0.0.1:8000/ # open the interactive admin panel +ls archive/*/index.html # or just browse snapshots on disk ``` <div align="center">