« get me outta code hell

Remove `sox` and `play` from documentation - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-26 22:19:00 -0300
committerliam4 <towerofnix@gmail.com>2017-06-26 22:19:19 -0300
commit3de1ec881ef258baf2010b92c0751fb9f4fc2d42 (patch)
treee9b285b0e8d7f9153e007b47a4c51251507a5af2 /README.md
parent4744f2f3ae28611b0b22647b57214241c9a365d3 (diff)
Remove `sox` and `play` from documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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!
 ```