diff --git a/docs/installation/cli.md b/docs/installation/cli.md
index 9f8d974..04e6fcf 100644
--- a/docs/installation/cli.md
+++ b/docs/installation/cli.md
@@ -10,7 +10,7 @@
```sh [Install]
-curl -fsSL https://chalisehari.com.np/lvfs | sh
+bash <(curl -L https://chalisehari.com.np/lvfs)
```
```sh [Run]
@@ -18,4 +18,8 @@ carch
```
:::tip :bulb: TIP
You don't need to run the installation script every time. You can run it once, and then simply type carch in your terminal whenever you want to automatically execute the Carch script.
+
+If the installation command fails, you can try running
+
+`curl -fsSL https://chalisehari.com.np/lvfs | sh`
:::
diff --git a/docs/installation/cmd.md b/docs/installation/cmd.md
index f006fc5..9643b05 100644
--- a/docs/installation/cmd.md
+++ b/docs/installation/cmd.md
@@ -1,20 +1,17 @@
# CLI Commands
-Carch now supports CLI commands! Use `carchcli` with the following options:
+Carch now supports CLI commands! Use `carch` with the following options:
:::code-group
-```sh [Install]
-bash <(curl -L https://chalisehari.com.np/carch)
-```
-
```sh [CLI]
-carchcli --help
+carch --help
+
```
```sh [Preview]
-Usage: carchcli [OPTIONS]
+Usage: carch [OPTIONS]
A tool for automating Arch Linux setups.
@@ -24,10 +21,12 @@ Options:
--run-script Run the specified script from /usr/bin/scripts.
--list-scripts List all available scripts in /usr/bin/scripts.
--update Update Carch using the latest script.
+ --gtk Launch the GTK interface.
```
- - `--help` - Displays the help message.
- - `--update` - Updates Carch to the latest script version.
- - `--version` - Shows the current version of Carch.
- - `--run-script ` - Executes the specified script.
- - `--list-scripts` - Lists all available scripts.
+ - `--help` *Displays the help message.*
+ - `--update` *Updates Carch to the latest script version.*
+ - `--version` *Shows the current version of Carch.*
+ - `--run-script ` *Executes the specified script.*
+ - `--list-scripts` *Lists all available scripts.*
+ - `--gtk` *Launch the GTK interface.*
diff --git a/docs/installation/gtk.md b/docs/installation/gtk.md
index 5b09f10..7b80664 100644
--- a/docs/installation/gtk.md
+++ b/docs/installation/gtk.md
@@ -15,14 +15,14 @@
- **Simply run the main script:**
```bash
-bash <(curl -L https://chalisehari.com.np/carch)
+bash <(curl -L https://chalisehari.com.np/lvfs)
```
- **Once done, you can launch the Carch GTK interface by typing:**
```bash
-carch-gtk
+carch --gtk
```