diff --git a/docs/index.html b/docs/index.html index 4efb96d6..19854780 100644 --- a/docs/index.html +++ b/docs/index.html @@ -223,7 +223,6 @@

Active Development

-

Installation

@@ -234,16 +233,13 @@

Installation

Carch Installation -

To install Carch, execute the following command in your terminal:

bash <(curl -L https://chalisehari.com.np/carch)
-
-

Usage

@@ -256,11 +252,9 @@

Usage

-
-

GTK

@@ -272,27 +266,35 @@

GTK

How to Install and Use 📦
Download Arrow - +
Prerequisites
+

Simply run the main script:

+
bash <(curl -L https://chalisehari.com.np/carch)
+ +

Once done, you can launch the Carch GTK interface by typing:

+
carch-gtk
+ +

Note: You can also run the Carch GTK interface after installing it from the AUR.

+ +
From Source

Before you start, you'll need to install Python dependencies.

+

On Arch Linux:

sudo pacman -S python

Using AUR (with paru or yay):

paru -S python
Install and Run Carch
-
git clone https://github.com/harilvfs/carch && cd carch && python3 carch-gtk.py
+
git clone https://github.com/harilvfs/carch && cd carch && python3 carch-gtk.py

NOTE: If any errors pop up while running the script, they are likely related to missing dependencies. Make sure to install all required Python dependencies.

-
-

AUR

@@ -319,7 +321,6 @@
Install using a package build:
-