Reworded the README and included it into the main one.

This commit is contained in:
themonkeyz
2016-07-20 23:15:45 -04:00
parent 2742202cb0
commit 75f9f6e438
2 changed files with 10 additions and 6 deletions

View File

@@ -40,6 +40,16 @@ Or if you want to download every images without anything else:
wayback_machine_downloader http://example.com --only "/\.(gif|jpg|jpeg)$/i"
## Using the Docker images
All the options should work the same, just run it with this command instead of installing the gem:
docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader
You can use git branches as image tags to test new features on Docker Hub automated builds:
docker run --rm -it -v $PWD/websites:/websites yourname/yourrepo:yourfeature
## Contributing
Contributions are welcome! Just submit a pull request via GitHub.

View File

@@ -1,6 +0,0 @@
Usage:
docker run --rm -it -v $PWD/websites:/websites themonkeyz/wayback_machine_downloader http://old_website.com
Saves the websites in their own subdirectories in the websites directory in the current working directory.
See main README for more details.