Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the documentation for the go language environment version #1214

Closed
wants to merge 1 commit into from
Closed
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
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
Loading