This commit is contained in:
idkanymoreforone 2025-02-12 20:55:57 -06:00 committed by GitHub
parent 2243958643
commit 90069fad41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,11 @@ Your files will save to `./websites/example.com/` with their original structure
bundle install 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**: 3. **Run it**:
```bash ```bash
cd path/to/wayback-machine-downloader/bin cd path/to/wayback-machine-downloader/bin