« get me outta code hell

Miscellaneous readme changes - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-09-14 13:52:03 -0300
committerFlorrie <towerofnix@gmail.com>2018-09-14 13:52:04 -0300
commit1daa3b0f41903341aedfd08905c867b933486aed (patch)
tree55e430c41e9d6fd88430c914edadfe34af481d36
parent06c9ab090b6307b21226e6d8e7b34fc69380594b (diff)
Miscellaneous readme changes
Also make submodules point towards notabug.
-rw-r--r--.gitmodules2
-rw-r--r--README.md9
-rw-r--r--screenshot.pngbin100732 -> 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
 
 * <kbd><kbd>Ctrl</kbd>+<kbd>C</kbd></kbd> - exit
diff --git a/screenshot.png b/screenshot.png
index 56aa6d9..e7abe90 100644
--- a/screenshot.png
+++ b/screenshot.png
Binary files differ