From 907a4f5f2bde92a2e4bff46568f97978c64f5109 Mon Sep 17 00:00:00 2001 From: runzexia Date: Mon, 2 Dec 2019 10:53:02 +0800 Subject: [PATCH] update Signed-off-by: runzexia --- docs/en/guides/How-to-build.md | 6 ++++++ docs/en/guides/How-to-run-KubeSphere-core.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md index ba22092d..2092d76c 100644 --- a/docs/en/guides/How-to-build.md +++ b/docs/en/guides/How-to-build.md @@ -36,6 +36,12 @@ KubeSphere uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manag When you go get KubeSphere, you can choose the version you want to get: `go get kubesphere.io/kubesphere@version-you-want` +>For modules stored in source control repositories, the version suffix can + also be a commit hash, branch identifier, or other syntax known to the + source control system, as in 'go get golang.org/x/text@master'. + The version suffix @latest explicitly requests the default behavior + described above. + > Note: Before getting KubeSphere, you need to synchronize the contents of the `replace` section of the go.mod file of the KubeSphere you want to version. ```bash diff --git a/docs/en/guides/How-to-run-KubeSphere-core.md b/docs/en/guides/How-to-run-KubeSphere-core.md index 2a7fb33c..e282873e 100644 --- a/docs/en/guides/How-to-run-KubeSphere-core.md +++ b/docs/en/guides/How-to-run-KubeSphere-core.md @@ -2,7 +2,7 @@ This document will explain how to run KubeSphere apiserver locally. -> Modules similar to KubeSphere apiserver are KubeSphere controller-manageer, Kubesphere iam (Aka KubeSphere account), KubeSphere api-gateway. +> Modules similar to KubeSphere apiserver are KubeSphere controller-manageer, Kubesphere iam (also known as KubeSphere account), KubeSphere api-gateway. > If you need to run these modules locally, you can refer to this document for configuration. ## Prepare: Build KubeSphere Core component -- GitLab