mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
Add homebrew instructions to docs
This commit is contained in:
+1
-1
@@ -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
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user