From 265d673563eb27b956b37c4f005f155b66e101fb Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 11 Nov 2025 14:50:08 +0100 Subject: [PATCH] docs(installation): add alternative mise installation method Signed-off-by: jylenhof --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bda328997a2..7ab3f8e6218 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ To install with homebrew: ```sh $ brew install aws/tap/copilot-cli ``` + +To install using [mise](https://github.com/jdx/mise), a polyglot tool version manager: +```sh +$ mise use -g aws-copilot@latest +``` + To install manually, we're distributing binaries from our GitHub releases: