From dcd55cc9790d74d72b1fe7697fdbc93078199e34 Mon Sep 17 00:00:00 2001 From: Walid Saleh Date: Tue, 5 Dec 2023 18:30:03 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c76fef3..e3e3c1d 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Commands for easy setup: ```sh # Production -git clone git@bitbucket.org:walplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all +git clone git@bitbucket.org:walplanet/deemix-gui.git && cd deemix-gui && git submodule update --init --recursive && yarn install-all # Development -git clone git@bitbucket.org:walplanet/deemix-gui.git . && git submodule update --init --recursive && yarn install-all-dev +git clone git@bitbucket.org:walplanet/deemix-gui.git && cd deemix-gui && git submodule update --init --recursive && yarn install-all-dev ``` You can change the default port by setting the environment variable `PORT` to any other number before starting the app.