Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ When installing Aptos via a package manager, please update it through the same p
```powershell filename="Terminal"
choco install aptos
```
### If you have [winget](https://winget.run/) installed, you can run the following command to install the Aptos CLI:

```powershell filename="Terminal"
winget install aptos
```

# Install via Pre-Compiled Binaries (Backup Method)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ import { Callout, Steps } from 'nextra/components'
```powershell filename="Terminal"
choco install aptos
```
### 如果已安装 [winget](https://winget.run/),可运行以下命令安装 Aptos CLI:

Copy link

Copilot AI May 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider including a note about the minimum Windows version requirement for winget or linking to official winget documentation to help clarify prerequisites for users.

Suggested change
<Callout type="info" emoji="ℹ️">
`winget` 需要 Windows 10 版本 1809 或更高版本。您可以访问 [官方 winget 文档](https://learn.microsoft.com/windows/package-manager/) 了解更多信息。
</Callout>

Copilot uses AI. Check for mistakes.
```powershell filename="Terminal"
winget install aptos
```

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

Expand Down
Loading