« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 784ce6a..de6aa4e 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,7 @@
 You will need a relatively recent version of [Node.js](https://nodejs.org/en/), as well as [mpv](https://mpv.io/) (`apt install mpv` and the like work fine).
 
 ```
-# Please do note --recursive. It clones git submodules.
-git clone --recursive https://git.ed1.club/florrie/mtui.git  # Or https://notabug.org/towerofnix/mtui.git
+git clone https://git.ed1.club/florrie/mtui.git  # Or https://notabug.org/towerofnix/mtui.git
 cd mtui
 npm install
 npm link  # Or sudo npm link
@@ -14,7 +13,8 @@ mtui  # Or node .
 ```
 
 Add music to the `~/Music` folder to make it show up in mtui, or pass `mtui` a
-playlist.json file (usually generated by http-music or downloaded from online).
+playlist.json file (usually generated by http-music or downloaded from online)
+or any directory containing music you'd like to play.
 
 ## Bugs or ideas?