From b95b181a70747b448ebb141df7c4581fe95c96dc Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Wed, 3 Apr 2024 01:06:21 -0600 Subject: [PATCH] improved quickstart guide --- quickstart.mdx | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/quickstart.mdx b/quickstart.mdx index 825525b..6aeef56 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -7,14 +7,13 @@ 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.commandline.dev/download) and drag it into your Application folder. + * [Download Wave](https://www.waveterm.dev/download) and drag it into your Application folder. * 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``` - 1. [Download Wave](https://www.commandline.dev/download). - 2. Install the appropriate package for your system. - + 1. [Download](https://www.waveterm.dev/download) the appropriate package for your system. + 2. Install the package using one of the following methods. To install Wave Debian-based systems (Ubuntu, Debian, etc.), use one of the following commands. @@ -54,11 +53,16 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every - 1. [Download Wave](https://www.commandline.dev/download) and extract the file - 2. Change to the Wave directory ```cd waveterm-linux-* ``` + 1. [Download](https://www.waveterm.dev/download) the `.zip` Linux package for Wave. + 2. In your terminal, navigate to the location where you want to install Wave. Then, run the following commands to create a folder and extract the contents of the `.zip` file. + ``` + mkdir wave + unzip Waveterm-Linux.zip -d wave + ``` 3. Run the application: ```./Wave``` - Optionally, you can create a `.desktop` file, allowing you to launch Wave directly. + **Optional:** + You can create a `.desktop` file, allowing you to launch Wave directly. After doing the above steps, create a file named `Wave.desktop`, and add the following, modifying the `Exec` and `Icon` paths to point to your Wave installation: ``` @@ -76,11 +80,16 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every The `.desktop` file scheme is supported by the most commonly used desktop environments such as GNOME, KDE, XFCE, etc. If you encounter issues, you can get help in our Discord or by opening an issue on Github. - . Wave has support for WSL, tested on Ubuntu and Kali distros - 1. [Download Wave for Linux](https://www.commandline.dev/download) and extract file - * (on terminal, use ```curl -L "" > Waveterm-Linux.zip```) - 2. Change to the Wave directory ```cd waveterm-linux-* ``` - 3. Run the application: ```./Wave``` + Wave has support for WSL, tested on Ubuntu and Kali distros + 1. [Download](https://www.waveterm.dev/download) the `.zip` Linux package for Wave. + - In the terminal, use `wget ` + 2. Navigate to the location where you want to install Wave. Then, run the following commands to create a folder and extract the contents of the `.zip` file. + ``` + mkdir wave + unzip Waveterm-Linux.zip -d wave + ``` + 3. Change to the Wave directory ```cd wave``` + 4. Run the application: ```./Wave``` if you run into issues, try running the following 2 commands: ```