Skip to content

Commit 2312b17

Browse files
authored
添加PowerShell版本选择提醒 (Richasy#86)
1 parent 5ad02e3 commit 2312b17

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
然后打开 [系统设置](ms-settings:developers),打开 `开发者模式` ,并等待系统安装一些必要的扩展项。
2424

25-
在应用压缩包下载完成后,解压压缩包,并在管理员模式下,使用 PowerShell 运行解压后的 `install.ps1` 脚本,根据提示进行安装。
25+
在应用压缩包下载完成后,解压压缩包,并在管理员模式下,使用 **Windows PowerShell** *(不是PowerShell Core)* 运行解压后的 `install.ps1` 脚本,根据提示进行安装。
2626

2727
**Watch** 项目,以获取应用的更新动态。
2828

assets/image/guide/release_page.png

31.1 KB
Loading

how_to_install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

3333
## 推荐:使用 PowerShell 安装应用
3434

35+
> 需要特别注意的是,应使用 Windows PowerShell 而不是 PowerShell Core 来安装。
36+
> 在涉及到本机操作时,PowerShell Core 并没有提供相应的功能。
37+
> 关联问题 [#62](https://github.com/Richasy/Bili.Uwp/issues/62)
38+
3539
优势:通过脚本安装,可以自动安装证书,方便快捷。
3640

3741
1. 解压上一步骤下载的应用压缩包。

0 commit comments

Comments
 (0)