From d6451149b1c1e9cb9391099e333f0c8cfaa61182 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 7 May 2024 15:41:45 -0600 Subject: [PATCH] Fix brew install command --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index 6aeef56..5292bd0 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -8,7 +8,7 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every 1. There are two ways to get Wave: * [Download Wave](https://www.waveterm.dev/download) and drag it into your Application folder. - * For Homebrew users, run ```brew install -cask wave``` + * 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* or *.zshrc*, e.g. ```echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bashrc```