mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
update readme with aria2 dependancy
This commit is contained in:
parent
24303d4b64
commit
b48b849408
@ -61,7 +61,7 @@ This tool scrapes the site [gogoanime](https://gogoanime.cm).
|
||||
These are the minimum dependences required to run `aniwrapper`
|
||||
|
||||
```
|
||||
curl grep mpv rofi sed sqlite3
|
||||
aria2 curl grep mpv rofi sed sqlite3
|
||||
```
|
||||
|
||||
## Skip Intro Script
|
||||
@ -103,10 +103,10 @@ To install manually, make sure the dependencies are installed first
|
||||
|
||||
```sh
|
||||
# Arch
|
||||
pacman -S --needed curl grep mpv rofi sed sqlite3
|
||||
pacman -S --needed aria2 curl grep mpv rofi sed sqlite3
|
||||
|
||||
# Debian
|
||||
apt install curl grep mpv rofi sed sqlite3
|
||||
apt install aria2 curl grep mpv rofi sed sqlite3
|
||||
```
|
||||
|
||||
#### Clone the repo
|
||||
|
Loading…
Reference in New Issue
Block a user