diff --git a/README.md b/README.md index f4200a5..df984a3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ docker build -t wayback_machine_downloader . docker run -it --rm wayback_machine_downloader [options] URL ``` +or the example without cloning the repo - fetching smallrockets.com until the year 2013: + +```bash +docker run -v .:/websites ghcr.io/strawberrymaster/wayback-machine-downloader:master wayback_machine_downloader --to 20130101 smallrockets.com +``` + ### 🐳 Using Docker Compose We can also use it with Docker Compose, which provides a lot of benefits for extending more functionalities (such as implementing storing previous downloads in a database):