From 94a2e4bf1303c23d7fb95d2465f77de9ad7ce443 Mon Sep 17 00:00:00 2001 From: Mickael Gaillard Date: Fri, 1 Aug 2025 16:23:22 +0200 Subject: [PATCH] Adding more documentation to build/dev locally --- README.md | 12 ++++++++++++ internal/legacy/archives/.gitkeep | 0 2 files changed, 12 insertions(+) create mode 100644 internal/legacy/archives/.gitkeep diff --git a/README.md b/README.md index 87a66e46..d7edd60c 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:platformsh/cli.git +``` + Build a single binary ```console diff --git a/internal/legacy/archives/.gitkeep b/internal/legacy/archives/.gitkeep new file mode 100644 index 00000000..e69de29b