Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,18 @@ The New Platform.sh CLI is built with backwards compatibility in mind. This is w

## Building binaries, snapshots and releases

Dependencies:
- docker
- docker-buildx
- make
- goreleaser

Clone the project

```
git clone --recursive [email protected]:platformsh/cli.git
```

Build a single binary

```console
Expand Down
Empty file.