Skip to content

Commit

Permalink
Simplify Installation Guide (#125)
Browse files Browse the repository at this point in the history
* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md
  • Loading branch information
smritics authored Nov 24, 2024
1 parent 0df90a7 commit 63bef7d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
### Installation Methods
- [CLI](#cli)

- [CMD](#cli-commands)

- [GTK](#gtk)

- [AUR](#aur)

## CLI

To Setup, run the following command in your terminal:
To Install Carch, run the following command in your terminal:

```bash
bash <(curl -L https://chalisehari.com.np/carch)
```
This command will start the setup process.

<strong>**Using Carch After Executing the Main Script:** </strong>

<details>

<summary><strong>Usage Guide</strong></summary>
<summary>Usage Guide</summary>
<br>

Simply run Carch by entering carch in your terminal.
Simply run Carch by entering `carch` in your terminal.

```bash
carch
Expand All @@ -31,10 +30,23 @@ carch
> [!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.
### CLI Commands
## CLI Commands

Carch now supports CLI commands! Use `carchcli` with the following options:

```bash
Usage: carchcli [OPTIONS]

A tool for automating Arch Linux setups.

Options:
--help Show this help message and exit.
--version Show the program version.
--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.
```

- `--help` - Displays the help message.
- `--update` - Updates Carch to the latest script version.
- `--version` - Shows the current version of Carch.
Expand Down

0 comments on commit 63bef7d

Please sign in to comment.