提供 exe 下载地址
This commit is contained in:
parent
f45b02a156
commit
accd976d27
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
ln -s ./dev "<plugin_dir>/<plugin_name>"
|
||||
```
|
||||
- Notice: make sure that the name of symbolic link is same as the name in your plugin.json
|
||||
- If you haven't intalled python, while you are a windows user, you can download the `make_dev_link.exe` in release and run it in your workspace (as administrator)
|
||||
- If you haven't intalled python, while you are a windows user, you can download the [make_dev_link.exe](https://github.com/siyuan-note/plugin-sample-vite-svelte/releases/tag/v0.0.1) in release and run it in your workspace (as administrator)
|
||||
- If you haven't intalled python, while you are a windows user, and you don't trust any other exe file, you can make the symlink by your self
|
||||
1. Create a dev folder in your worksapce
|
||||
2. Using use [mklink](https://learn.microsoft.com/windows-server/administration/windows-commands/mklink) command to create symlink
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
ln -s ./dev "<plugin_dir>/<plugin_name>"
|
||||
```
|
||||
- 注意:要确保符号链接的名称 `plugin_name` 和 plugin.json 中的 name 字段保持一致
|
||||
- 如果您没有安装 python 环境,而且是 windows 用户, 您可以直接下载我们提供的 `make_dev_link.exe` 放在根目录下, 以管理员方式运行
|
||||
- 如果您没有安装 python 环境,而且是 windows 用户, 您可以直接下载我们提供的 [make_dev_link.exe](https://github.com/siyuan-note/plugin-sample-vite-svelte/releases/tag/v0.0.1) 放在根目录下, 以管理员方式运行
|
||||
- 如果您没有安装 python 环境,而且是 windows 用户, 而且对外来的 exe 不信任,你也可以手动创建符号链接
|
||||
1. 首先手动在工作目录下创建 dev 目录
|
||||
2. windows 用户请在**管理员** cmd 环境下 使用 [mklink](https://learn.microsoft.com/windows-server/administration/windows-commands/mklink) 命令, 注意要使用绝对路径
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue