Add linux/mac setup instructions

This commit is contained in:
Tracy Miranda
2023-11-24 16:12:17 -05:00
parent cd37d5910c
commit 2beaf4d0e6
+12 -1
View File
@@ -1,8 +1,19 @@
---
title: 'Quickstart'
description: 'After downloading Wave, you can use it immediately'
description: 'After downloading Wave, get up and running quickly'
---
<AccordionGroup>
<Accordion icon="apple" title="MacOS Setup">
[Download Wave](https://www.commandline.dev/download) and drag it into your Application folder
</Accordion>
<Accordion icon="linux" title="Linux Setup">
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```
</Accordion>
</AccordionGroup>
## 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. Youll 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.