From f0797f0b6c51a5ed611c4bb850a0e325f07abc45 Mon Sep 17 00:00:00 2001 From: jimmyGALLAND Date: Sun, 26 Apr 2026 16:00:58 +0200 Subject: [PATCH] fix readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8359018..a3c55c0 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,10 @@ Adds a USB power control entry in the moOde UI. ```bash curl -L https://git.celjim.fr/jimmyGALLAND/moodeaudio-usb-control/releases/latest/download/moodeaudio-usb-control.tar.gz \ | tar xz && cd moodeaudio-usb-control && sudo ./install.sh +``` ## 🧼 Uninstall ```bash -sudo ./uninstall.sh \ No newline at end of file +sudo ./uninstall.sh +``` \ No newline at end of file