From 4c97f2e2da59d2a36f9ce5714c58c1e887ac202a Mon Sep 17 00:00:00 2001 From: RemixDev Date: Tue, 22 Nov 2022 20:59:34 +0000 Subject: [PATCH] Small update to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc66600..19cadee 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ If you're using git to get this repo you should use `git submodule update --init Install the dependencies using `yarn install-all` for production. Install the dependencies using `yarn install-all-dev` for development. Then you should be able to run the app with `yarn start`. -If you want to further develop Deemix and propose a PR, use `yarn dev` +If you want to further develop deemix-gui and propose a PR, use `yarn dev` -Here as command examples: +Commands for easy setup: ```sh # Production