Skip to content

Commit

Permalink
Merge pull request #1216 from Max-zs/main
Browse files Browse the repository at this point in the history
Update build documentation
  • Loading branch information
windcbf authored Oct 20, 2024
2 parents 38e44ba + 5b3d29f commit 8e69c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This article explains how to build OpenNHP from source code.

## 2. System requirement

- 2.1 'Go Language' environment: **Go 1.18** or above. Installation package download: <https://go.dev/dl/>
- 2.1 'Go Language' environment: **Go 1.21** . Installation package download: <https://go.dev/dl/>
- **Windows and macOS**Environment, install Go through the downloaded installer.
- **Linux** environment can be installed directly through the management tool: `sudo apt install golang`
- After the installation is successful, run the command `go version`to see the Go version number.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/build.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ permalink: /zh-cn/build/

## 2. 系统需求

- 2.1 `Go语言`环境:**Go 1.18** 或以上。安装包下载地址: <https://go.dev/dl/>
- 2.1 `Go语言`环境:**Go 1.21** 。安装包下载地址: <https://go.dev/dl/>
- **Windows与macOS**环境下,通过下载的安装程序来安装Go。
- **Linux**环境下可以直接通过管理工具安装: `sudo apt install golang `
- 安装成功后,运行命令`go version` 来查看Go版本号。
Expand Down

0 comments on commit 8e69c55

Please sign in to comment.