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