Sync branch magefile with main #104308

Merged
Sybren A. Stüvel merged 85 commits from abelli/flamenco:magefile into magefile 2024-05-13 16:26:32 +02:00
Showing only changes of commit 43a452e940 - Show all commits

View File

@ -18,7 +18,8 @@ Then follow the steps below to get everything up & running.
Most of Flamenco is made in Go. Most of Flamenco is made in Go.
1. Install [Go 1.21 or newer](https://go.dev/). 1. Install [the latest Go release](https://go.dev/). If you want to know specifically which version in required, check the
[go.mod](https://projects.blender.org/studio/flamenco/src/branch/main/go.mod) file.
2. Optional: set the environment variable `GOPATH` to where you want Go to put its packages. Go will use `$HOME/go` by default. 2. Optional: set the environment variable `GOPATH` to where you want Go to put its packages. Go will use `$HOME/go` by default.
3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable. Run `go env GOPATH` if you're not sure what path to use. 3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable. Run `go env GOPATH` if you're not sure what path to use.