diff --git a/introduction.mdx b/introduction.mdx index 5acd6cb..87f089d 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -27,7 +27,7 @@ The first step to staying in the zone is downloading Wave Terminal for your oper icon="apple" href="https://www.commandline.dev/download" > - Download Wave for macOS (Universal) + Download Wave for macOS (Universal) or Install with Homebrew - 1. [Download Wave](https://www.commandline.dev/download) and drag it into your Application folder + 1. There are two ways to get Wave: + * [Download Wave](https://www.commandline.dev/download) and drag it into your Application folder. + * For Homebrew users, run ```brew install -cask wave``` 2. If using brew, get brew commands to work by adding the shellenv command to your .bashrc file, e.g. ```echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bashrc```