Skip to content

Commit

Permalink
Fix With Latest Update on [Carch]
Browse files Browse the repository at this point in the history
Co-Authored-By: aayush <[email protected]>
Co-Authored-By: Smriti Bhandari <[email protected]>
  • Loading branch information
3 people committed Dec 25, 2024
1 parent 8cf303c commit 54fa59d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
6 changes: 5 additions & 1 deletion docs/installation/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@


```sh [Install]
curl -fsSL https://chalisehari.com.np/lvfs | sh
bash <(curl -L https://chalisehari.com.np/lvfs)
```

```sh [Run]
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.
<br><br>
If the installation command fails, you can try running
<br>
`curl -fsSL https://chalisehari.com.np/lvfs | sh`
:::
23 changes: 11 additions & 12 deletions docs/installation/cmd.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# CLI Commands
<img src="https://cdn-icons-png.flaticon.com/128/2581/2581117.png" width="40" />

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.

Expand All @@ -24,10 +21,12 @@ Options:
--run-script <name> 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 <name>` - 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 <name>` *Executes the specified script.*
- `--list-scripts` *Lists all available scripts.*
- `--gtk` *Launch the GTK interface.*
4 changes: 2 additions & 2 deletions docs/installation/gtk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 54fa59d

Please sign in to comment.