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` +注意:在开发环境下不会自动拉起内核进程,需要先手动拉起内核进程。 + ## 内核 ### 桌面端