From 90069fad41bb699e648d20805653b9d861865a8c Mon Sep 17 00:00:00 2001 From: idkanymoreforone <148494678+idkanymoreforone@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:55:57 -0600 Subject: [PATCH] issue --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eb02bad..252b113 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ Your files will save to `./websites/example.com/` with their original structure bundle install ``` + If you encounter an error like cannot load such file -- concurrent-ruby, manually install the missing gem: + ```bash + gem install concurrent-ruby + ``` + 3. **Run it**: ```bash cd path/to/wayback-machine-downloader/bin