mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-17 05:48:24 +00:00
Update README.md
This commit is contained in:
parent
5517bc7c0a
commit
0ec2fbf8b2
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue