« get me outta code hell

Merge branch 'master' into socket-mtui - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-15 21:05:20 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-03-15 21:05:20 -0300
commitf46056bca47ec9373888a154209861acb6140e5a (patch)
tree12f7f0589729c7ca0bcd6011f4d330266578162d
parent7dfc24b445d96f46049ea680cd8b81e7200baa71 (diff)
parentaeaedff0645cda9e5e45b58318ecbc0f7b2c0d88 (diff)
Merge branch 'master' into socket-mtui
-rw-r--r--.gitignore1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9cc650e..8ee3731 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 /node_modules
 /*.json
+/mtui-socket-*
 !/.package.json
 !/.package-lock.json
diff --git a/README.md b/README.md
index a29dfaa..40c4d95 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +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). [socat](https://linux.die.net/man/1/socat) is also highly recommended and necessary for pausing/seeking/etc; you can install that with your local package manager (apt, Homebrew, etc).
 
 ```
-git clone https://git.ed1.club/florrie/mtui.git  # Or https://notabug.org/towerofnix/mtui.git
+git clone https://git.ed1.club/nebula/mtui.git  # Or https://notabug.org/towerofnix/mtui.git
 cd mtui
 npm install
 npm link  # Or sudo npm link