From aaa459082db87a5ed70a10b3f02167b7ecd23c2f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Oct 2021 01:58:16 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5febf75d..3bcfcbdc 100644 --- a/README.md +++ b/README.md @@ -367,8 +367,8 @@ archivebox help #### 🖥  Web UI Usage ```bash -archivebox manage createsuperuser -archivebox server 0.0.0.0:8000 # open http://127.0.0.1:8000 to view it +archivebox manage createsuperuser # set an admin password +archivebox server 0.0.0.0:8000 # open http://127.0.0.1:8000 to view it # you can also configure whether or not login is required for most features archivebox config --set PUBLIC_INDEX=False