mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
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.
This commit is contained in:
parent
2b77ea43aa
commit
cd238f8913
41
README.md
41
README.md
@ -153,18 +153,41 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
|
||||
|
||||
</details>
|
||||
|
||||
### 💻 How to Open Windows Administrator Terminal
|
||||
### 💻 如何打开 Windows 管理员终端
|
||||
|
||||
> **Steps to open administrator terminal on Windows:**
|
||||
> **Windows 系统打开管理员终端的方法:**
|
||||
>
|
||||
> 1. Use shortcut key `Win + X`
|
||||
> 2. Select from the popup menu:
|
||||
> - "Windows PowerShell (Administrator)"
|
||||
> - "Windows Terminal (Administrator)"
|
||||
> - "Terminal (Administrator)"
|
||||
> (Options may vary depending on your Windows version)
|
||||
> 1. 使用快捷键 `Win + X`
|
||||
> 2. 在弹出的菜单中选择:
|
||||
> - "Windows PowerShell (管理员)"
|
||||
> - "Windows Terminal (管理员)"
|
||||
> - "终端(管理员)"
|
||||
> (根据系统版本可能显示不同选项)
|
||||
|
||||
#### Windows Installation Features:
|
||||
### 🔧 PowerShell 安装指南
|
||||
|
||||
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
|
||||
|
||||
#### 方法一:使用 Winget 安装(推荐)
|
||||
|
||||
1. 打开命令提示符或 PowerShell
|
||||
2. 运行以下命令:
|
||||
```powershell
|
||||
winget install --id Microsoft.PowerShell --source winget
|
||||
```
|
||||
|
||||
#### 方法二:手动下载安装
|
||||
|
||||
1. 下载对应系统的安装包:
|
||||
- [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位系统)
|
||||
- [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位系统)
|
||||
- [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系统)
|
||||
|
||||
2. 双击下载的安装包,按提示完成安装
|
||||
|
||||
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
|
||||
|
||||
#### Windows 安装特性:
|
||||
|
||||
- 🔍 Automatically detects and uses PowerShell 7 if available
|
||||
- 🛡️ Requests administrator privileges via UAC prompt
|
||||
|
25
README_CN.md
25
README_CN.md
@ -160,6 +160,29 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti
|
||||
> - "终端(管理员)"
|
||||
> (根据系统版本可能显示不同选项)
|
||||
|
||||
### 🔧 PowerShell 安装指南
|
||||
|
||||
如果您的系统没有安装 PowerShell,可以通过以下方法安装:
|
||||
|
||||
#### 方法一:使用 Winget 安装(推荐)
|
||||
|
||||
1. 打开命令提示符或 PowerShell
|
||||
2. 运行以下命令:
|
||||
```powershell
|
||||
winget install --id Microsoft.PowerShell --source winget
|
||||
```
|
||||
|
||||
#### 方法二:手动下载安装
|
||||
|
||||
1. 下载对应系统的安装包:
|
||||
- [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位系统)
|
||||
- [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位系统)
|
||||
- [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系统)
|
||||
|
||||
2. 双击下载的安装包,按提示完成安装
|
||||
|
||||
> 💡 如果仍然遇到问题,可以参考 [Microsoft 官方安装指南](https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows)
|
||||
|
||||
#### Windows 安装特性:
|
||||
|
||||
- 🔍 自动检测并使用 PowerShell 7(如果可用)
|
||||
@ -254,7 +277,7 @@ macOS/Linux 用户可以尝试在系统中找到类似的`cursor-updater`目录
|
||||
</td>
|
||||
<td align="center">
|
||||
<b>微信交流群</b><br>
|
||||
<img src="img/wx_group.png" width="250" alt="微信群二维码"><br>
|
||||
<img src="img/wx_group2.png" width="250" alt="微信群二维码"><br>
|
||||
<small>7天内(1月15日前)有效,群满可以加公众号关注最新动态</small>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
BIN
img/wx_group2.png
Normal file
BIN
img/wx_group2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Loading…
x
Reference in New Issue
Block a user