1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2020-11-23 23:39:34 -05:00 committed by GitHub
parent ade783c599
commit 6722ad249e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ archivebox init
If you're using an apt/brew/pip install you can run archivebox commands like this:
`archivebox [subcommand] [...args]`
If you're using Docker it's equivalent to run the commands like this:
`docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]`
`docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]`
And the same in Docker Compose:
`docker-compose run archivebox [subcommand] [...args]`