Skip to content

Commit

Permalink
Add GTK Installation Guide to Documentation (#99)
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 index.md
  • Loading branch information
aayushrg7 authored Nov 20, 2024
1 parent bbb8355 commit 5efe137
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,49 @@ 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.
## GTK
**The GTK version of Carch is available.**

> [!CAUTION]
> The GTK version of Carch is currently under development. <br>
> It’s not fully ready for use and needs some script updates to work properly. You may try it now as you would with the usual Carch script.
**How to Install and Use 📦**

<img src="https://github.com/harilvfs/assets/blob/main/carch/arrowdown.png" width="20" />

### Prerequisites

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

On Arch Linux:

```bash
sudo pacman -S python
```

Using AUR (with `paru` or `yay`):

```bash
paru -S python
# or
yay -S python
```

### Install and Run Carch

Clone the Carch repository and run the GTK script:

```bash
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
[![Packaging status](https://repology.org/badge/vertical-allrepos/carch.svg)](https://repology.org/project/carch/versions)

Expand Down
43 changes: 43 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [GTK](#gtk)
- [Aur](#aur)
- [Script Overview](#scripts)
- [Roadmap](#roadmap)
Expand Down Expand Up @@ -68,6 +69,48 @@ 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.
## GTK
**The GTK version of Carch is available.**

> [!CAUTION]
> The GTK version of Carch is currently under development. <br>
> It’s not fully ready for use and needs some script updates to work properly. You may try it now as you would with the usual Carch script.
**How to Install and Use 📦**

<img src="https://github.com/harilvfs/assets/blob/main/carch/arrowdown.png" width="20" />

### Prerequisites

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

On Arch Linux:

```bash
sudo pacman -S python
```

Using AUR (with `paru` or `yay`):

```bash
paru -S python
# or
yay -S python
```

### Install and Run Carch

Clone the Carch repository and run the GTK script:

```bash
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
[![Packaging status](https://repology.org/badge/vertical-allrepos/carch.svg)](https://repology.org/project/carch/versions)

Expand Down

0 comments on commit 5efe137

Please sign in to comment.