From e277979cccebeeb4093841483c77697c97b9f8a1 Mon Sep 17 00:00:00 2001 From: Seb Date: Tue, 23 Jan 2024 18:02:32 +0000 Subject: [PATCH] chore(docs): comment warning about Rosetta (#5567) as copilot may fail with it Addresses: #5566 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License. --- site/content/docs/getting-started/install.en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/getting-started/install.en.md b/site/content/docs/getting-started/install.en.md index 7618c5ce031..61f7c8f30f5 100644 --- a/site/content/docs/getting-started/install.en.md +++ b/site/content/docs/getting-started/install.en.md @@ -6,6 +6,10 @@ You can install AWS Copilot through [Homebrew](https://brew.sh/) or by downloadi brew install aws/tap/copilot-cli ``` +??? info "Are you using Rosetta on a Mac machine with Apple silicon?" + If your homebrew was installed with [Rosetta](https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment), then the `brew install` will install the amd64 build. + If this is not what you want, please either reinstall homebrew without Rosetta, or use the manual installation option below. + ## Manually Copy and paste the command into your terminal.