Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit df0784f

Browse files
committed
Fix README
1 parent 95c94d9 commit df0784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ powershell .\scripts\build.ps1 Debug
129129

130130
复制 `build/Debug/Debug`(如果是 release 编译则是 `build/Release/Release`)中的 DLL 和 JSON 文件到 酷Q 的 `app` 目录下,重启 酷Q 即可(注意需要开启 酷Q 的开发模式)。
131131

132-
如果不想每次构建后都手动安装插件,可以添加 [`scripts/install.ps1`](scripts/install.ps1) 文件(使用 UTF-16 LE 编码)如下:
132+
如果不想每次构建后都手动安装插件,可以添加 `scripts/install.ps1` 文件(使用 UTF-16 LE 编码)如下:
133133

134134
```ps1
135135
$libName = $args[0]

0 commit comments

Comments
 (0)