add /b/ to website that explains how to compile mox, or gives a link to gobuild

the location.hash is used as the version to link to. this can be a tag
(release, e.g. v0.0.1), branch (e.g. main), or commit hash.
This commit is contained in:
Mechiel Lukkien
2024-03-12 09:41:09 +01:00
parent 411cb8fc78
commit b91480b5af
3 changed files with 61 additions and 2 deletions

View File

@ -53,7 +53,7 @@ for other platforms.
## Compiling
You can easily (cross) compile mox yourself. You need a recent Go toolchain
installed. Run `go version`, it must be >= 1.20. Download the latest version
installed. Run `go version`, it must be >= 1.21. Download the latest version
from https://go.dev/dl/ or see https://go.dev/doc/manage-install.
To download the source code of the latest release, and compile it to binary "mox":