Skip to content

Commit 9dc19eb

Browse files
committed
Update README.md for clarity
1 parent f0ed59d commit 9dc19eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a command line interface for LibreSpeed speed test backends, written in
2222
[![asciicast](https://asciinema.org/a/J17bUAilWI3qR12JyhfGvPwu2.svg)](https://asciinema.org/a/J17bUAilWI3qR12JyhfGvPwu2)
2323

2424
## Requirements for compiling
25-
- Go 1.14
25+
- Go 1.14+
2626

2727
## Runtime requirements
2828
- Any [Go supported platforms](https://github.com/golang/go/wiki/MinimumRequirements)
@@ -60,8 +60,10 @@ can now proceed to build `librespeed-cli` with the build script:
6060
If you want to build for another operating system or system architecture, use the `GOOS` and `GOARCH` environment
6161
variables. Run `go tool dist list` to get a list of possible combinations of `GOOS` and `GOARCH`.
6262
63+
Note: Technically, the CLI can be compiled with older Go versions that support Go modules, with `GO111MODULE=on`
64+
set. If you're compiling with an older Go runtime, you might have to change the Go version in `go.mod`.
65+
6366
```shell script
64-
# If you're using Go version < 1.12, you will need to export GO111MODULE=on
6567
# Let's say we're building for 64-bit Windows on Linux
6668
$ GOOS=windows GOARCH=amd64 ./build.sh
6769
```

0 commit comments

Comments
 (0)