diff --git a/.github/INSTALLATION.md b/.github/INSTALLATION.md index 219a5b0f..ace11925 100644 --- a/.github/INSTALLATION.md +++ b/.github/INSTALLATION.md @@ -25,3 +25,30 @@ 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. + +## Aur +**Carch is also available in the [AUR](https://aur.archlinux.org/) package repository.** + +[Package](https://aur.archlinux.org/packages/carch-bin) **`carch-bin`** + +You can install it using an AUR package manager. + - [`paru`](https://aur.archlinux.org/packages/paru-bin) + - [`yay`](https://aur.archlinux.org/packages/yay-bin) + +Select `` then + +```bash + -S carch-bin +``` + +You can also install it using a package build. + +```bash +git clone https://aur.archlinux.org/carch-bin.git +cd carch-bin +makepkg -si +``` + +> [!NOTE] +> To access the latest commit or updates of `Carch`, you can use the command line instead of the AUR.
+> The AUR package may take some time to update, so using the command line will ensure you get the latest version.