浏览代码

Update desktop app run instructions

Kyle Ibrahim 3 年之前
父节点
当前提交
a4e9136b9f
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      docs/develop-logseq.md

+ 4 - 3
docs/develop-logseq.md

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