diff --git a/README.md b/README.md index 93bd550..4b301c7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ln -s ./dev "/" ``` - 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 diff --git a/README_zh_CN.md b/README_zh_CN.md index 1066674..16829f3 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -25,7 +25,7 @@ ln -s ./dev "/" ``` - 注意:要确保符号链接的名称 `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) 命令, 注意要使用绝对路径