From 62575a34aa8aeb385a9fe46d437a3e09ea8a783b Mon Sep 17 00:00:00 2001 From: deeplydrumming Date: Mon, 22 Jul 2024 14:15:58 +0100 Subject: [PATCH] totally removed the need for git submodule update --init --recursive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a69b4..a758184 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Commands for easy setup: ```sh # Development -git clone https://gitlab.com/deeplydrumming/DeemixFix2.git && cd DeemixFix2 && git submodule update --init --recursive && yarn install-all-dev +git clone https://gitlab.com/deeplydrumming/DeemixFix2.git && cd DeemixFix2 && yarn install-all-dev ``` You can change the default port by setting the environment variable `PORT` to any other number before starting the app.