Small update to README.md

This commit is contained in:
RemixDev 2022-11-22 20:59:34 +00:00
parent b5ec1894de
commit 4c97f2e2da
1 changed files with 2 additions and 2 deletions

View File

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