mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Merge pull request #1 from idkanymoreforone/master
Add missing instructions for concurrent-ruby install
This commit is contained in:
commit
456e08e745
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user