mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
Add go as a prerequesite in build instructions
Signed-off-by: Matthew Runyon <matthewrunyon@deephaven.io>
This commit is contained in:
parent
29ede3ba7d
commit
f36ee00f71
1 changed files with 3 additions and 0 deletions
|
|
@ -4,12 +4,15 @@
|
||||||
* Windows:
|
* Windows:
|
||||||
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/windows-install/)
|
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/windows-install/)
|
||||||
* make
|
* make
|
||||||
|
* go (see [go.mod](go.mod) for minimum version)
|
||||||
* macOS:
|
* macOS:
|
||||||
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/)
|
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/)
|
||||||
* make
|
* make
|
||||||
|
* go (see [go.mod](go.mod) for minimum version)
|
||||||
* Linux:
|
* Linux:
|
||||||
* [Docker 20.10 or later](https://docs.docker.com/engine/install/)
|
* [Docker 20.10 or later](https://docs.docker.com/engine/install/)
|
||||||
* make
|
* make
|
||||||
|
* go (see [go.mod](go.mod) for minimum version)
|
||||||
|
|
||||||
### Building the CLI
|
### Building the CLI
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue