mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
simplify CLI usage section in quickstart
This commit is contained in:
parent
44e034041b
commit
9d66594942
1 changed files with 1 additions and 1 deletions
|
@ -290,9 +290,9 @@ For more discussion on managed and paid hosting options see here: <a href="https
|
|||
# docker-compose run archivebox [subcommand] [--args]
|
||||
# docker run -v $PWD:/data -it [subcommand] [--args]
|
||||
|
||||
archivebox help
|
||||
archivebox init --setup # safe to run init multiple times (also how you update versions)
|
||||
archivebox --version
|
||||
archivebox help
|
||||
```
|
||||
|
||||
- `archivebox setup/init/config/status/manage` to administer your collection
|
||||
|
|
Loading…
Reference in a new issue