From 2c95aad902d1a8c1b22acac64f95e20af8c031ba Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 16 Apr 2022 15:20:17 +0800 Subject: [PATCH] [zh]Update contribute-upstream.md Signed-off-by: xin.li --- .../contribute/generate-ref-docs/contribute-upstream.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md b/content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md index d16879d7e7..4bf2591aba 100644 --- a/content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md +++ b/content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md @@ -40,6 +40,8 @@ You need to have these tools installed: - [Golang](https://golang.org/doc/install) version 1.13+ - [Docker](https://docs.docker.com/engine/installation/) - [etcd](https://github.com/coreos/etcd/) + - [make](https://www.gnu.org/software/make/) + - [gcc compiler/linker](https://gcc.gnu.org/) --> - 你需要安装以下工具: @@ -47,6 +49,8 @@ You need to have these tools installed: - [Golang](https://golang.org/doc/install) 的 1.13 版本或更高 - [Docker](https://docs.docker.com/engine/installation/) - [etcd](https://github.com/coreos/etcd/) + - [make](https://www.gnu.org/software/make/) + - [gcc compiler/linker](https://gcc.gnu.org/)