From d7ee3fec3d9455c6dec00ace8239a03ef3974898 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Mon, 15 Apr 2024 10:36:48 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3619fa19..71d1f784 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ json 配置内容参数解释: ### Windows 启动 -运行`powershell ./napcat.ps1`, 或者 `napcat.bat`,如果出现乱码,可以尝试运行`napcat_utf8.ps1` +运行`powershell ./napcat.ps1`, 或者 `napcat.bat`,如果出现乱码,可以尝试运行`napcat-utf8.ps1` 或 `napcat-utf8.bat` ### Linux 启动 From 7eff4dcf02a9ea2686a9a01e32126466da4f1c28 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Mon, 15 Apr 2024 10:44:31 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71d1f784..c3f47e63 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ json 配置内容参数解释: 运行`powershell ./napcat.ps1`, 或者 `napcat.bat`,如果出现乱码,可以尝试运行`napcat-utf8.ps1` 或 `napcat-utf8.bat` +*如果出现 powershell 运行不了,以管理员身份打开 powershell,输入 `Set-ExecutionPolicy RemoteSigned`* + ### Linux 启动 运行`napcat.sh`