diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | man/http-music.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index ff37597..9748da4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ python3 -m http.server <some_port> # On the client; that is, the device with http-music: $ cd http-music -$ yarn # to install Node.js dependencies; you'll also need `avconv` and `play`/`sox`. +$ yarn # to install Node.js dependencies; you'll also need `avconv` and `mpv`. $ npm run crawl-http -- <server_ip> > playlist.json $ node . # Go! ``` diff --git a/man/http-music.1 b/man/http-music.1 index bf7befa..e767bed 100644 --- a/man/http-music.1 +++ b/man/http-music.1 @@ -18,7 +18,7 @@ http-music - play music through the internet It features several convenient options which make it powerful while still sticking to the idea of keeping the utility as usable as possible. .PP \fBhttp-music\fR is portable. -It can be used anywhere with a Node environment, requiring only two commonly installed (and otherwise easy to get) utilities (\fBplay\fR (SoX) and \fBavconv\fR). +It can be used anywhere with a Node environment, requiring only two commonly installed (and otherwise easy to get) utilities (\fBmpv\fR and \fBavconv\fR). |