Skip to content

Commit

Permalink
chore(docs): comment warning about Rosetta (#5567)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sebastianovide authored Jan 23, 2024
1 parent 3125ff2 commit e277979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/docs/getting-started/install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e277979

Please sign in to comment.