diff --git a/README.md b/README.md
index 51343efa..1b06ba4d 100644
--- a/README.md
+++ b/README.md
@@ -216,6 +216,7 @@ See below for more usage examples using the C
Create a new empty directory and initialize your collection (can be anywhere).
mkdir -p ~/archivebox/data && cd ~/archivebox/data
docker run -v $PWD:/data -it archivebox/archivebox:dev init
+docker run -v $PWD:/data -it archivebox/archivebox:dev install
Optional: Start the server then login to the Web UI http://archivebox.localhost:8000 ⇢ Admin.
@@ -593,7 +594,7 @@ nano docker-compose.yml # setup initial ADMIN_USERNAME &
docker compose up # start the server
# Or with a Docker container:
-docker run -v $PWD:/data -it archivebox/archivebox:dev archivebox manage createsuperuser
+docker run -v $PWD:/data -it archivebox/archivebox:dev manage createsuperuser
docker run -v $PWD:/data -it -p 8000:8000 archivebox/archivebox:dev