Skip to content

Commit fc4e731

Browse files
authored
docs: homebrew install directions (#1100)
Update the docs with homebrew instructions. <!-- Provide summary of changes --> <!-- Issue number, if available. E.g. "Fixes #31", "Addresses #42, 77" --> By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent acfd675 commit fc4e731

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

site/content/en/docs/Installation/_index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ linkTitle: "Installation"
44
weight: 3
55
---
66

7-
Installing the AWS Copilot CLI currently requires you to download our binary from the GitHub releases page manually. In the future, we'll distribute the binary through homebrew and other binaries as well.
7+
You can install AWS Copilot through [Homebrew](https://brew.sh/) or by downloading the binaries directly.
88

9-
In the meantime, to install, copy and paste the command into your terminal.
9+
## Homebrew 🍻
10+
11+
```sh
12+
brew install aws/tap/copilot-cli
13+
```
14+
15+
## Manually
16+
Copy and paste the command into your terminal.
1017

1118
| Platform | Command to install |
1219
|---------|---------
1320
| 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` |
14-
| 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` |
21+
| 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` |

0 commit comments

Comments
 (0)