Improve readability of Reame

This commit is contained in:
hartator 2016-07-30 14:15:41 -05:00 committed by GitHub
parent 7885c822fa
commit faa37d40fc

View File

@ -63,11 +63,11 @@ Or if you want to download everything except images:
As an alternative installation way, we have a Docker image! Retrieve the wayback-machine-downloader Docker image this way: As an alternative installation way, we have a Docker image! Retrieve the wayback-machine-downloader Docker image this way:
docker pull hartator/wayback-machine-downloader docker pull hartator/wayback-machine-downloader
Then, you should be able to use the Docker image to download websites. For example: Then, you should be able to use the Docker image to download websites. For example:
docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader http://example.com docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader http://example.com
## Contributing ## Contributing