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 @@
bash <(curl -L https://chalisehari.com.np/carch)
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.
+ +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
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.