From 5b3d29f14ec138b81fdd39c4c05f11ebe728ad67 Mon Sep 17 00:00:00 2001 From: Max-zs Date: Sat, 19 Oct 2024 16:41:14 +0800 Subject: [PATCH] Update build documentation --- docs/build.md | 2 +- docs/zh-cn/build.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index 79a76f47..d116e0ff 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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: +- 2.1 'Go Language' environment: **Go 1.21** . Installation package download: - **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. diff --git a/docs/zh-cn/build.zh-cn.md b/docs/zh-cn/build.zh-cn.md index 4a94a74a..5b3af554 100644 --- a/docs/zh-cn/build.zh-cn.md +++ b/docs/zh-cn/build.zh-cn.md @@ -42,7 +42,7 @@ permalink: /zh-cn/build/ ## 2. 系统需求 -- 2.1 `Go语言`环境:**Go 1.18** 或以上。安装包下载地址: +- 2.1 `Go语言`环境:**Go 1.21** 。安装包下载地址: - **Windows与macOS**环境下,通过下载的安装程序来安装Go。 - **Linux**环境下可以直接通过管理工具安装: `sudo apt install golang ` - 安装成功后,运行命令`go version` 来查看Go版本号。