Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ git clone https://github.com/rkwyu/scribd-dl
cd scribd-dl
npm install
```
### ARM64 Linux ###

```
rm -rf $HOME/.cache/puppeteer/*

git clone https://github.com/rkwyu/scribd-dl
cd scribd-dl

sudo dnf install -y chromium
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true CHROME_PATH=/usr/bin/chromium-browser PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser npm install
```


## Configuration ##

Expand Down Expand Up @@ -117,4 +129,4 @@ All trademarks and copyrights belong to their respective owners.
Users are solely responsible for ensuring their use of this tool complies with applicable laws and platform terms.

## License ##
This project is licensed under the [MIT License](LICENSE.md)
This project is licensed under the [MIT License](LICENSE.md)