From 2beaf4d0e62d197d050cdee87e247888bd37f74c Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Fri, 24 Nov 2023 16:12:17 -0500 Subject: [PATCH] Add linux/mac setup instructions --- quickstart.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index 8c045a3..69bd656 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,8 +1,19 @@ --- title: 'Quickstart' -description: 'After downloading Wave, you can use it immediately' +description: 'After downloading Wave, get up and running quickly' --- + + + [Download Wave](https://www.commandline.dev/download) and drag it into your Application folder + + + 1. [Download Wave](https://www.commandline.dev/download) and unzip the tar file + 2. Change to the Wave directory ```cd waveterm-linux* ``` + 3. Run the application: ```./Wave``` + + + ## Get Started You type commands into the input box at the bottom of the screen like normal, and when you hit [return] the command will be executed. You’ll notice that each command is run in its own block. The block groups the command with its output in the terminal screen. The block will expand to fill the screen as more output is received.