From e6365543d0b8687c619494c8ebe5208ed4b550e3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 29 Oct 2022 23:07:59 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CONTRIBUTING.md | 2 ++ .github/CONTRIBUTING_zh_CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 00aa3528a..e76c1b03f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,6 +32,8 @@ On the desktop, go to the app folder to run: * `pnpm run dev` * `pnpm run start` +Note: In the development environment, the kernel process will not be automatically started, and you need to manually start the kernel process first. + ## Kernel ### Desktop diff --git a/.github/CONTRIBUTING_zh_CN.md b/.github/CONTRIBUTING_zh_CN.md index 695d8763f..be13db46e 100644 --- a/.github/CONTRIBUTING_zh_CN.md +++ b/.github/CONTRIBUTING_zh_CN.md @@ -31,6 +31,8 @@ NPM 镜像: * `pnpm run dev` * `pnpm run start` +注意:在开发环境下不会自动拉起内核进程,需要先手动拉起内核进程。 + ## 内核 ### 桌面端