From d87fa9fa2a5c7c8d2f15685634b8e29ee34065e5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 15 Mar 2021 20:58:23 -0300 Subject: update ed1.club clone URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.3.0-6-gf8a5 From aeaedff0645cda9e5e45b58318ecbc0f7b2c0d88 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 15 Mar 2021 21:01:34 -0300 Subject: gitignore stray mtui-socket files --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.3.0-6-gf8a5