Skip to content

Commit 9b46057

Browse files
committed
README
1 parent 4341cb4 commit 9b46057

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- Notice: we **don't recommand** you to place the folder under your `{workspace}/data/plugins/` folder.
2222

2323
3. Install NodeJS and pnpm, then run pnpm i in the command line under your repo folder
24-
4. **Auto create development symbolic links** (requires nodejs over version 18)
24+
4. **Auto create development symbolic links**
2525
- Make sure that SiYuan is running
2626
- Run `pnpm run make-link`, the script will detect all the siyuan workspace, please select the targe workspace and the script will automatically create the symbolic link under the `{workspace}/data/plugins/` folder
2727
```bash
@@ -37,7 +37,7 @@
3737
Got target directory: H:\Media\SiYuan/data/plugins
3838
Done! Created symlink H:\Media\SiYuan/data/plugins/plugin-sample-vite-svelte
3939
```
40-
4. **Manually create development symbolic links** (requires nodejs over version 18)
40+
4. **Manually create development symbolic links**
4141
- Open `./scripts/make_dev_link.js` file, set `targetDir` to your SiYuan plugin directory `<siyuan workspace>/data/plugins`
4242
- Run `pnpm run make-link`, succeed if following message is shown:
4343
```bash

README_zh_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
2. 将你的库克隆到本地开发文件夹中
1818
* 注意: 同 `plugin-sample` 不同, 本样例并不推荐直接把代码下载到 `{workspace}/data/plugins/`
1919
3. 安装 [NodeJS](https://nodejs.org/en/download)[pnpm](https://pnpm.io/installation),然后在开发文件夹下执行 `pnpm i` 安装所需要的依赖
20-
3. **自动创建符号链接** (需要 nodejs 版本在 18 以上)
20+
3. **自动创建符号链接**
2121
- 打开思源笔记, 确保思源内核正在运行
2222
- 运行 `pnpm run make-link`, 脚本会自动检测所有思源的工作空间, 请在命令行中手动输入序号以选择工作空间
2323
```bash
@@ -33,7 +33,7 @@
3333
Got target directory: H:\Media\SiYuan/data/plugins
3434
Done! Created symlink H:\Media\SiYuan/data/plugins/plugin-sample-vite-svelte
3535
```
36-
4. **手动创建符号链接** (需要 nodejs 版本在 18 以上)
36+
4. **手动创建符号链接**
3737
- 打开 `./scripts/make_dev_link.js` 文件,更改 `targetDir` 为思源的插件目录 `<siyuan workspace>/data/plugins`
3838
- 运行 `pnpm run make-link` 命令, 如果看到类似以下的消息,说明创建成功:
3939
```bash

0 commit comments

Comments
 (0)