Add homebrew instructions to docs

This commit is contained in:
Tracy Miranda
2023-12-12 10:44:09 -05:00
parent 94394b48ea
commit 13ce8b525e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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
</Card>
<Card
title="Linux"
+3 -1
View File
@@ -5,7 +5,9 @@ description: 'After downloading Wave, get up and running quickly'
<AccordionGroup>
<Accordion icon="apple" title="MacOS Setup">
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```
</Accordion>
<Accordion icon="linux" title="Linux Setup">