-
Notifications
You must be signed in to change notification settings - Fork 435
Installation
Efe Karakus edited this page Jul 21, 2020
·
12 revisions
You can install AWS Copilot through Homebrew or by downloading the binaries directly.
brew install aws/tap/copilot-cliCopy and paste the command into your terminal.
| Platform | Command to install |
|---|---|
| macOS | curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.2.0/copilot-darwin-v0.2.0 && chmod +x /usr/local/bin/copilot && copilot --help |
| Linux | curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.2.0/copilot-linux-v0.2.0 && chmod +x /usr/local/bin/copilot && copilot --help |