mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 06:03:23 +02:00
Fix a typo in "docker run" command
2
Usage.md
2
Usage.md
@@ -26,7 +26,7 @@ All three of these ways of running ArchiveBox are equivalent and interchangeable
|
|||||||
|
|
||||||
- `archivebox [subcommand] [...args]`
|
- `archivebox [subcommand] [...args]`
|
||||||
*Using the PyPI package via `pip install archivebox`*
|
*Using the PyPI package via `pip install archivebox`*
|
||||||
- `archivebox run -it -v $PWD:/data archivebox/archivebox [subcommand] [...args]`
|
- `docker run -it -v $PWD:/data archivebox/archivebox [subcommand] [...args]`
|
||||||
*Using the official Docker image*
|
*Using the official Docker image*
|
||||||
- `docker-compose run archivebox [subcommand] [...args]`
|
- `docker-compose run archivebox [subcommand] [...args]`
|
||||||
*Using the official Docker image w/ Docker Compose*
|
*Using the official Docker image w/ Docker Compose*
|
||||||
|
Reference in New Issue
Block a user