From aa49456daddd14cc5145f77297899d9eccd9988e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 13 Jan 2024 16:54:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5205ecc1..ecdc9889 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ archivebox help #### 🖥  Web UI Usage ```bash -archivebox manage createsuperuser # set an admin password +archivebox manage createsuperuser # create admin user via CLI (or use ADMIN_PASSWORD env variable) 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