mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08: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`
|
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
|
## Skip Intro Script
|
||||||
@ -103,10 +103,10 @@ To install manually, make sure the dependencies are installed first
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Arch
|
# Arch
|
||||||
pacman -S --needed curl grep mpv rofi sed sqlite3
|
pacman -S --needed aria2 curl grep mpv rofi sed sqlite3
|
||||||
|
|
||||||
# Debian
|
# Debian
|
||||||
apt install curl grep mpv rofi sed sqlite3
|
apt install aria2 curl grep mpv rofi sed sqlite3
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Clone the repo
|
#### Clone the repo
|
||||||
|
Loading…
Reference in New Issue
Block a user