From 13ce8b525e3c2d5cf08c5daf83d3a130a44d228e Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Tue, 12 Dec 2023 10:44:09 -0500 Subject: [PATCH] Add homebrew instructions to docs --- introduction.mdx | 2 +- quickstart.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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```