Skip to content

Commit cd238f8

Browse files
committed
Update README files to include PowerShell installation guide and improve formatting
- Added a new section in both English and Chinese README files detailing how to install PowerShell, including two methods: using Winget and manual download. - Updated the Windows terminal instructions to provide clearer steps in Chinese. - Enhanced the formatting of the WeChat group QR code image in the Chinese README for better visibility.
1 parent 2b77ea4 commit cd238f8

File tree

3 files changed

+57
-11
lines changed

3 files changed

+57
-11
lines changed

README.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,41 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
153153

154154
</details>
155155

156-
### 💻 How to Open Windows Administrator Terminal
156+
### 💻 如何打开 Windows 管理员终端
157157

158-
> **Steps to open administrator terminal on Windows:**
158+
> **Windows 系统打开管理员终端的方法:**
159159
>
160-
> 1. Use shortcut key `Win + X`
161-
> 2. Select from the popup menu:
162-
> - "Windows PowerShell (Administrator)"
163-
> - "Windows Terminal (Administrator)"
164-
> - "Terminal (Administrator)"
165-
> (Options may vary depending on your Windows version)
166-
167-
#### Windows Installation Features:
160+
> 1. 使用快捷键 `Win + X`
161+
> 2. 在弹出的菜单中选择:
162+
> - "Windows PowerShell (管理员)"
163+
> - "Windows Terminal (管理员)"
164+
> - "终端(管理员)"
165+
> (根据系统版本可能显示不同选项)
166+
167+
### 🔧 PowerShell 安装指南
168+
169+
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
170+
171+
#### 方法一:使用 Winget 安装(推荐)
172+
173+
1. 打开命令提示符或 PowerShell
174+
2. 运行以下命令:
175+
```powershell
176+
winget install --id Microsoft.PowerShell --source winget
177+
```
178+
179+
#### 方法二:手动下载安装
180+
181+
1. 下载对应系统的安装包:
182+
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi) (64位系统)
183+
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi) (32位系统)
184+
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi) (ARM64系统)
185+
186+
2. 双击下载的安装包,按提示完成安装
187+
188+
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
189+
190+
#### Windows 安装特性:
168191

169192
- 🔍 Automatically detects and uses PowerShell 7 if available
170193
- 🛡️ Requests administrator privileges via UAC prompt

README_CN.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,29 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
160160
> - "终端(管理员)"
161161
> (根据系统版本可能显示不同选项)
162162
163+
### 🔧 PowerShell 安装指南
164+
165+
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
166+
167+
#### 方法一:使用 Winget 安装(推荐)
168+
169+
1. 打开命令提示符或 PowerShell
170+
2. 运行以下命令:
171+
```powershell
172+
winget install --id Microsoft.PowerShell --source winget
173+
```
174+
175+
#### 方法二:手动下载安装
176+
177+
1. 下载对应系统的安装包:
178+
- [PowerShell-7.4.6-win-x64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x64.msi) (64位系统)
179+
- [PowerShell-7.4.6-win-x86.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-x86.msi) (32位系统)
180+
- [PowerShell-7.4.6-win-arm64.msi](https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/PowerShell-7.4.6-win-arm64.msi) (ARM64系统)
181+
182+
2. 双击下载的安装包,按提示完成安装
183+
184+
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
185+
163186
#### Windows 安装特性:
164187

165188
- 🔍 自动检测并使用 PowerShell 7(如果可用)
@@ -254,7 +277,7 @@ macOS/Linux 用户可以尝试在系统中找到类似的`cursor-updater`目录
254277
</td>
255278
<td align="center">
256279
<b>微信交流群</b><br>
257-
<img src="img/wx_group.png" width="250" alt="微信群二维码"><br>
280+
<img src="img/wx_group2.png" width="250" alt="微信群二维码"><br>
258281
<small>7天内(1月15日前)有效,群满可以加公众号关注最新动态</small>
259282
</td>
260283
<td align="center">

img/wx_group2.png

121 KB
Loading

0 commit comments

Comments
 (0)