-
Notifications
You must be signed in to change notification settings - Fork 422
Installation
David Killmon edited this page Jul 8, 2020
·
12 revisions
You can install AWS Copilot through homebrew or by downloading the binaries directly.
brew install aws/tap/copilot-cli
Copy 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.1.0/copilot-darwin-v0.1.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.1.0/copilot-linux-v0.1.0 && chmod +x /usr/local/bin/copilot && copilot --help |