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.