diff --git a/quickstart.mdx b/quickstart.mdx
index ad1076c..825525b 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -18,7 +18,7 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
To install Wave Debian-based systems (Ubuntu, Debian, etc.), use one of the following commands.
-
+
`sudo apt install ./Wave-linux-amd64-.deb`
or
@@ -27,9 +27,9 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
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-.rpm`
-
+
or
`sudo dnf install Wave-linux-x86_64-.rpm`
@@ -43,7 +43,7 @@ description: 'Welcome to the Quickstart Guide for Wave! Here, you''ll find every
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-.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: