diff options
author | liam4 <towerofnix@gmail.com> | 2017-06-26 22:19:00 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-06-26 22:19:19 -0300 |
commit | 3de1ec881ef258baf2010b92c0751fb9f4fc2d42 (patch) | |
tree | e9b285b0e8d7f9153e007b47a4c51251507a5af2 | |
parent | 4744f2f3ae28611b0b22647b57214241c9a365d3 (diff) |
Remove `sox` and `play` from documentation
-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). |