removed blank spaces

This commit is contained in:
Knox Lively
2024-03-11 18:13:41 -06:00
parent 6496370730
commit 6d8af0264a
+5 -5
View File
@@ -18,7 +18,7 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
<Card title=".deb" icon="ubuntu">
To install Wave Debian-based systems (Ubuntu, Debian, etc.), use one of the following commands.
`sudo apt install ./Wave-linux-amd64-<version>.deb`
or
@@ -27,9 +27,9 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
</Card>
<Card title=".rpm" icon="fedora">
On RPM-based Linux distributions (Fedora, CentOS, etc.), Wave can be installed using the `rpm` command (or `dnf` in Fedora).
`sudo rpm -i Wave-linux-x86_64-<version>.rpm`
or
`sudo dnf install Wave-linux-x86_64-<version>.rpm`
@@ -43,7 +43,7 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
</Card>
<Card title=".AppImage" icon="linux">
AppImage allows you to run the Wave application on any Linux distribution without installing it.
First, make the AppImage file executable
`chmod +x Wave-linux-x86_64-<version>.AppImage`
@@ -57,7 +57,7 @@ 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-* ```
3. Run the application: ```./Wave```
Optionally, 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: