totally removed the need for git submodule update --init --recursive

This commit is contained in:
deeplydrumming
2024-07-22 14:15:58 +01:00
parent 04e6d41ba8
commit 62575a34aa

View File

@@ -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.