Skip to content
Open
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ and distribute them as assets with every release. Please see our release page
[here](https://github.com/NVIDIA/mig-parted/releases) to download them and
install them.

To build from source, please follow one of the methods below.
In order to build the program from its source code, you will need to download
and install the most recent version of the Go programming language. You can
obtain it from the official website at https://go.dev/. Once you have
installed Go, please proceed with one of the methods described below.

#### Use `docker` with `go install`:
```
Expand Down