fixed dependency bit in readme
This commit is contained in:
parent
0163ac721b
commit
f229cfb1fd
15
README.md
15
README.md
@ -4,9 +4,18 @@ Shuffle play a playlist with mpv<br/>
|
|||||||
includes a webui<br/>
|
includes a webui<br/>
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
mpv
|
exiftool<br/>
|
||||||
jq
|
jq<br/>
|
||||||
exiftool
|
mpv<br/>
|
||||||
|
```shell
|
||||||
|
# Debian based
|
||||||
|
$ sudo apt install exiftool jq mpv
|
||||||
|
|
||||||
|
# Arch
|
||||||
|
$ sudo pacman -Syu exiftool jq mpv
|
||||||
|
|
||||||
|
# Should work on other systems too, these are pretty universal programs
|
||||||
|
```
|
||||||
|
|
||||||
## Intergrating with a node web server
|
## Intergrating with a node web server
|
||||||
You'll need these functions in your node server:
|
You'll need these functions in your node server:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user