« get me outta code hell

Check if format is supported before converting - 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-12 08:51:17 -0300
committerliam4 <towerofnix@gmail.com>2017-06-12 08:51:39 -0300
commitceb4c5959d1a50574029c39252248874ed0fa160 (patch)
treeb4e23e0de77655102cfa24707193629a5603ec07 /README.md
parent05cbc5d6d5b3290fd0b98061c27760467dce17ec (diff)
Check if format is supported before converting
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 9398712..5df911d 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 `play`/`sox`.
 $ npm run crawl-recursive -- <server_ip> > playlist.json
 $ node .  # Go!
 ```