diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index edf37e1..0d4767a 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -41,7 +41,6 @@ export default { { text: "Terminal", link: "/installation/cli" }, { text: "Commands", link: "/installation/cmd" }, { text: "TUI", link: "/installation/tui" }, - { text: "Arch [AUR]", link: "/installation/aur" }, ], }, { diff --git a/docs/installation/aur.md b/docs/installation/aur.md deleted file mode 100644 index db5fb97..0000000 --- a/docs/installation/aur.md +++ /dev/null @@ -1,55 +0,0 @@ -# Aur [`Arch Linux`] - - -> [!CAUTION] -> If you have installed Carch using GitHub installation commands, avoid reinstalling it via the AUR. Doing so may cause conflicts and affect its functionality. -> -> Please ensure you stick to one installation method for a seamless experience. - -![AUR Version](https://img.shields.io/aur/version/carch-git?style=for-the-badge&color=dbb6ed&logo=arch-linux&label=%5BAUR%5D%20carch-git&logocolor=85e185&labelColor=1c1c29) - -![AUR Version](https://img.shields.io/aur/version/carch?style=for-the-badge&color=ef9f9c&logo=arch-linux&label=%5BAUR%5D%20carch&logocolor=85e185&labelColor=1c1c29) - -**Carch is also available in the [AUR](https://aur.archlinux.org/) package repository.** - -[Package](https://aur.archlinux.org/packages/) **`carch`** **`carch-git`** - - [Carch](https://aur.archlinux.org/packages/carch) - Stable Build - - [Carch-Git](https://aur.archlinux.org/packages/carch-git) - Github Latest Build - -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 - -:::code-group - - -```sh [ paru] -paru -S carch -#or -paru -S carch-git - -``` - -```sh [ yay] -yay -S carch -#or -yay -S carch-git -``` - -```sh [Package Build ] -git clone https://aur.archlinux.org/carch.git -cd carch -makepkg -si -``` - -```sh [Git Package Build ] -git clone https://aur.archlinux.org/carch-git.git -cd carch-git -makepkg -si -``` - -> [!NOTE] -> You can use the `carch` package for stable updates with the latest release, or use the `git package` to get the most recent changes directly from the Carch GitHub repository. -