From f86302e7aa17df0164080e668ff2f5af00e50a83 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:25:00 +0000 Subject: [PATCH] Updated README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 252b113..811f27c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Your files will save to `./websites/example.com/` with their original structure - Ruby 2.3+ ([download Ruby here](https://www.ruby-lang.org/en/downloads/)) - Bundler gem (`gem install bundler`) +### Quick start +It took a while, but we have a gem for this! Install it with: +```bash +gem install wayback_machine_downloader_straw +``` +To run most commands, just like in the original WMD, you can use: +```bash +wayback_machine_downloader https://example.com +``` + ### Step-by-step setup 1. **Install Ruby**: ```bash