mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 19:40:48 +08:00
🔨 Improve the dev guide https://github.com/siyuan-note/siyuan/issues/14480
This commit is contained in:
parent
98c51a8fd0
commit
54c25af19f
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -42,9 +42,11 @@ Note: In the development environment, the kernel process will not be automatical
|
|||||||
### Desktop
|
### Desktop
|
||||||
|
|
||||||
* `cd kernel`
|
* `cd kernel`
|
||||||
* `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel.exe"`
|
* Windows: `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel.exe"`
|
||||||
|
* Linux/macOS: `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel"`
|
||||||
* `cd ../app/kernel`
|
* `cd ../app/kernel`
|
||||||
* `./SiYuan-Kernel.exe --wd=.. --mode=dev`
|
* Windows: `./SiYuan-Kernel.exe --wd=.. --mode=dev`
|
||||||
|
* Linux/macOS: `./SiYuan-Kernel --wd=.. --mode=dev`
|
||||||
|
|
||||||
### iOS
|
### iOS
|
||||||
|
|
||||||
|
6
.github/CONTRIBUTING_zh_CN.md
vendored
6
.github/CONTRIBUTING_zh_CN.md
vendored
@ -44,9 +44,11 @@ NPM 镜像:
|
|||||||
### 桌面端
|
### 桌面端
|
||||||
|
|
||||||
* `cd kernel`
|
* `cd kernel`
|
||||||
* `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel.exe"`
|
* Windows: `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel.exe"`
|
||||||
|
* Linux/macOS: `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel"`
|
||||||
* `cd ../app/kernel`
|
* `cd ../app/kernel`
|
||||||
* `./SiYuan-Kernel.exe --wd=.. --mode=dev`
|
* Windows: `./SiYuan-Kernel.exe --wd=.. --mode=dev`
|
||||||
|
* Linux/macOS: `./SiYuan-Kernel --wd=.. --mode=dev`
|
||||||
|
|
||||||
### iOS
|
### iOS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user