1
0
Fork 0
mirror of synced 2024-05-16 18:32:41 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2024-01-28 00:37:57 -08:00 committed by GitHub
parent 5517bc7c0a
commit 0ec2fbf8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,8 +447,12 @@ cd ~/archivebox/data # IMPORTANT: cd into the directory
# archivebox [subcommand] [--args]
archivebox help
# or
# equivalent: docker compose run archivebox [subcommand [--args]
docker compose run archivebox help
# equivalent: docker run -it -v $PWD:/data archivebox/archivebox [subcommand [--args]
docker run -it -v $PWD:/data archivebox/archivebox help
```
#### ArchiveBox Subcommands