« get me outta code hell

Import tui-lib with npm instead of as a submodule - 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:
authorFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
commitdd1d5c0cb646c2bf9dd189b0e81892a676bf25cb (patch)
treea49e67d42f981b86ad5a47615fd80f5a0b1411d4 /README.md
parente8dda5c874df324f2aaeaedd6771ae679b6f66c4 (diff)
Import tui-lib with npm instead of as a submodule
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?