From 8c8c6bfab5ebd7a04a497a3d12c5e8af7b89bf1f Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:01:59 +0800 Subject: [PATCH] typo fixing Signed-off-by: rick --- src/dev-guide/get_started/build_source_code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev-guide/get_started/build_source_code.md b/src/dev-guide/get_started/build_source_code.md index c7bb6ad9b..515f4e5d9 100644 --- a/src/dev-guide/get_started/build_source_code.md +++ b/src/dev-guide/get_started/build_source_code.md @@ -8,11 +8,11 @@ order: 2 ### Compile environment information -- [GO](https://go.dev/dl/) : version v1.18+ +- [Go](https://go.dev/dl/) : version v1.18+ - [Python](https://www.python.org/downloads/) : version v3.7+ - [Git](https://git-scm.com/downloads) : The openGemini source code is hosted on GitHub as a git repository. To work with the git repository, please [install Git](https://git-scm.com/downloads). -### How to set GO environment variables +### How to set Go environment variables Open ~/.profile configuration file and add the following configurations to the end of the file: