Update desktop app run instructions

This commit is contained in:
Kyle Ibrahim
2022-07-04 22:53:19 +00:00
committed by Andelf
parent 08263d6f96
commit a4e9136b9f

View File

@@ -37,14 +37,15 @@ yarn release
1. Install npm packages for building the desktop app
``` bash
yarn install && cd static && yarn install && cd ..
yarn install
```
2. Compile to JavaScript and open the dev app
```bash
yarn watch
# Wait until watch is finished building and then in a different shell
# If you have opened desktop logseq, you should close it. Otherwise, the following command will fail.
# Wait until watch reports `Build Completed.` for `:electron` and `:app`.
# Then, run the following command in a different shell.
# If you have opened desktop logseq, you should close it. Otherwise, this command will fail.
yarn dev-electron-app
```