From b108dfc41b640c76d6e3cf5b4ff2e8dbe05555df Mon Sep 17 00:00:00 2001 From: deeplydrumming Date: Mon, 22 Jul 2024 17:28:50 +0100 Subject: [PATCH] readme build fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0334aee..866fd05 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Commands for easy setup: ```sh # Development -git clone https://gitlab.com/deeplydrumming/DeemixFix2.git && cd DeemixFix2 && yarn install-all-dev +git clone https://gitlab.com/deeplydrumming/DeemixFix.git && cd DeemixFix && yarn install-all-dev ``` You can change the default port by setting the environment variable `PORT` to any other number before starting the app.