Skip to content

Commit 63fdf39

Browse files
committed
Update README files to enhance Windows terminal and PowerShell installation instructions
- Revised the section on opening the Windows Admin Terminal for clarity and consistency in both English and Chinese. - Added detailed steps for installing PowerShell, including two methods: using Winget and manual download, with improved formatting for better readability. - Ensured that all instructions are clear and accessible to users, enhancing the overall documentation quality.
1 parent 820d722 commit 63fdf39

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

README.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -167,39 +167,44 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
167167

168168
</details>
169169

170-
### 💻 如何打开 Windows 管理员终端
170+
<details open>
171+
<summary><b>Windows Terminal Run and Configuration</b></summary>
172+
173+
### 🖥️ Opening Windows Admin Terminal
171174

172-
> **Windows 系统打开管理员终端的方法:**
175+
> **How to open an administrator terminal in Windows:**
173176
>
174-
> 1. 使用快捷键 `Win + X`
175-
> 2. 在弹出的菜单中选择:
176-
> - "Windows PowerShell (管理员)"
177-
> - "Windows Terminal (管理员)"
178-
> - "终端(管理员)"
179-
> (根据系统版本可能显示不同选项)
177+
> 1. Press `Win + X` shortcut key
178+
> 2. Select one of the following options:
179+
> - "Windows PowerShell (Administrator)"
180+
> - "Windows Terminal (Administrator)"
181+
> - "Terminal (Administrator)"
182+
> (Options may vary depending on your Windows version)
180183
181-
### 🔧 PowerShell 安装指南
184+
### 🔧 PowerShell Installation Guide
182185

183-
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
186+
If PowerShell is not installed on your system, you can install it using one of these methods:
184187

185-
#### 方法一:使用 Winget 安装(推荐)
188+
#### Method 1: Install via Winget (Recommended)
186189

187-
1. 打开命令提示符或 PowerShell
188-
2. 运行以下命令:
190+
1. Open Command Prompt or PowerShell
191+
2. Run the following command:
189192
```powershell
190193
winget install --id Microsoft.PowerShell --source winget
191194
```
192195

193-
#### 方法二:手动下载安装
196+
#### Method 2: Manual Installation
194197

195-
1. 下载对应系统的安装包:
196-
- [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位系统)
197-
- [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位系统)
198-
- [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系统)
198+
1. Download the installer for your system:
199+
- [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-bit systems)
200+
- [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-bit systems)
201+
- [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 systems)
199202

200-
2. 双击下载的安装包,按提示完成安装
203+
2. Double-click the downloaded installer and follow the installation prompts
201204

202-
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
205+
> 💡 If you encounter any issues, please refer to the [Microsoft Official Installation Guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
206+
207+
</details>
203208

204209
#### Windows 安装特性:
205210

0 commit comments

Comments
 (0)