Merge pull request #1 from idkanymoreforone/master

Add missing instructions for concurrent-ruby install
This commit is contained in:
Felipe
2025-02-13 09:06:04 -03:00
committed by GitHub

View File

@@ -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