Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit e825ed7

Browse files
authored
[Cli] Winget Install (#934)
* winget install * update en winget install
1 parent c670ec5 commit e825ed7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

apps/nextra/pages/en/build/cli/install-cli/install-cli-windows.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ When installing Aptos via a package manager, please update it through the same p
3737
```powershell filename="Terminal"
3838
choco install aptos
3939
```
40+
### If you have [winget](https://winget.run/) installed, you can run the following command to install the Aptos CLI:
41+
42+
```powershell filename="Terminal"
43+
winget install aptos
44+
```
4045

4146
# Install via Pre-Compiled Binaries (Backup Method)
4247

apps/nextra/pages/zh/build/cli/install-cli/install-cli-windows.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ import { Callout, Steps } from 'nextra/components'
3737
```powershell filename="Terminal"
3838
choco install aptos
3939
```
40+
### 如果已安装 [winget](https://winget.run/),可运行以下命令安装 Aptos CLI:
41+
42+
```powershell filename="Terminal"
43+
winget install aptos
44+
```
4045

4146
# 通过预编译二进制文件安装(备用方案)
4247

0 commit comments

Comments
 (0)