« get me outta code hell

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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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