summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-source.zh-cn.md
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2020-03-04 21:37:19 -0300
committerGitHub <noreply@github.com>2020-03-04 21:37:19 -0300
commitbe544e8e6a78360d87315ada9695cc6d70c3617c (patch)
tree422fc4369a0972d78bd960f6c4d8995a809f6450 /docs/content/doc/installation/from-source.zh-cn.md
parent4e65d2b8ea6347663cb7c67684f3297fd3f5f22e (diff)
downloadgitea-be544e8e6a78360d87315ada9695cc6d70c3617c.tar.gz
gitea-be544e8e6a78360d87315ada9695cc6d70c3617c.zip
Versions (#10597)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content/doc/installation/from-source.zh-cn.md')
-rw-r--r--docs/content/doc/installation/from-source.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.zh-cn.md b/docs/content/doc/installation/from-source.zh-cn.md
index b9b5be2b5f..dc6cae151d 100644
--- a/docs/content/doc/installation/from-source.zh-cn.md
+++ b/docs/content/doc/installation/from-source.zh-cn.md
@@ -46,7 +46,7 @@ git checkout v{{< version >}}
要从源代码进行编译,以下依赖程序必须事先安装好:
-- `go` 1.11.0 或以上版本, 详见 [here](https://golang.org/dl/)
+- `go` {{< min-go-version >}} 或以上版本, 详见 [here](https://golang.org/dl/)
- `node` 10.0.0 或以上版本,并且安装 `npm`, 详见 [here](https://nodejs.org/en/download/)
- `make`, 详见 <a href='{{< relref "make.zh-cn.md" >}}'>这里</a>