We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad02e3 commit 2312b17Copy full SHA for 2312b17
README.md
@@ -22,7 +22,7 @@
22
23
然后打开 [系统设置](ms-settings:developers),打开 `开发者模式` ,并等待系统安装一些必要的扩展项。
24
25
-在应用压缩包下载完成后,解压压缩包,并在管理员模式下,使用 PowerShell 运行解压后的 `install.ps1` 脚本,根据提示进行安装。
+在应用压缩包下载完成后,解压压缩包,并在管理员模式下,使用 **Windows PowerShell** *(不是PowerShell Core)* 运行解压后的 `install.ps1` 脚本,根据提示进行安装。
26
27
**Watch** 项目,以获取应用的更新动态。
28
assets/image/guide/release_page.png
31.1 KB
how_to_install.md
@@ -32,6 +32,10 @@
32
33
## 推荐:使用 PowerShell 安装应用
34
35
+> 需要特别注意的是,应使用 Windows PowerShell 而不是 PowerShell Core 来安装。
36
+> 在涉及到本机操作时,PowerShell Core 并没有提供相应的功能。
37
+> 关联问题 [#62](https://github.com/Richasy/Bili.Uwp/issues/62)
38
+
39
优势:通过脚本安装,可以自动安装证书,方便快捷。
40
41
1. 解压上一步骤下载的应用压缩包。
0 commit comments