Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/dev-guide/get_started/build_source_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading