diff --git a/docs/installation/aur.md b/docs/installation/aur.md index 0812e58..db5fb97 100644 --- a/docs/installation/aur.md +++ b/docs/installation/aur.md @@ -1,6 +1,11 @@ # 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) diff --git a/docs/installation/cmd.md b/docs/installation/cmd.md index 9643b05..a728083 100644 --- a/docs/installation/cmd.md +++ b/docs/installation/cmd.md @@ -22,6 +22,7 @@ Options: --list-scripts List all available scripts in /usr/bin/scripts. --update Update Carch using the latest script. --gtk Launch the GTK interface. + --uninstall Uninstall Carch and remove all associated files. ``` - `--help` *Displays the help message.* @@ -30,3 +31,4 @@ Options: - `--run-script ` *Executes the specified script.* - `--list-scripts` *Lists all available scripts.* - `--gtk` *Launch the GTK interface.* + - `--uninstall` *Uninstalls Carch and removes all associated files.*