From 1daa3b0f41903341aedfd08905c867b933486aed Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 14 Sep 2018 13:52:03 -0300 Subject: Miscellaneous readme changes Also make submodules point towards notabug. --- .gitmodules | 2 +- README.md | 9 +++++++-- screenshot.png | Bin 100732 -> 56156 bytes 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7145ef3..6a82266 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tui-lib"] path = tui-lib - url = https://git.ed1.club/florrie/tui-lib.git + url = https://notabug.org/towerofnix/tui-lib.git diff --git a/README.md b/README.md index f245848..aa4e11c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Installation -You will need a relatively recent version of [Node.js](https://nodejs.org/en/). +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 +git clone --recursive https://git.ed1.club/florrie/mtui.git # Or https://notabug.org/towerofnix/mtui.git cd mtui npm install npm link # Or sudo npm link @@ -16,6 +16,11 @@ 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). +## Bugs or ideas? + +Feel free and encouraged to report any bugs (unexpected behavior or crashes) to the [issue tracker on NotABug.org](https://notabug.org/towerofnix/mtui/issues)! +You're also welcome to share any ideas, suggestions, and questions through there. + ## Keybindings * Ctrl+C - exit diff --git a/screenshot.png b/screenshot.png index 56aa6d9..e7abe90 100644 Binary files a/screenshot.png and b/screenshot.png differ -- cgit 1.3.0-6-gf8a5