From 8569393f3e73c79b458e6e1d956b9f9e0f28efd2 Mon Sep 17 00:00:00 2001 From: RaptaG <77157639+RaptaG@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:23:00 +0000 Subject: [PATCH] Current status --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e592c09..1736008 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,18 @@ ## What's that? The _Chaotic-AUR Automated Install Script_ (or _CAAIS_ for short) is a program which installs Chaotic-AUR **automatically** inside your system! It is based on the commands provided by [the Chaotic-AUR website](https://aur.chaotic.cx/) and does pretty much everything that is shown there. +## Current status +This script is sadly **not tested** by anyone yet, which means it _could_ cause problems in your system. If you are willing to test this, follow the steps below: + +1. Create an Arch based Virtual Machine (recommended distro: EndeavourOS, offline installation) +2. After the installation is complete, follow the usage tutorial below and run the script +3. Then, run this command on a terminal: `sudo pacman -S pamac-aur` +4. When it finishes, search in your application menu for "Add/Remove Software" +5. If this application exists, make an issue and report that it worked (if it failed, report it too) + ## Usage - -You'll need to download the script, make executable and run it. You can do this by just run the command below: +You'll need to download the script, make executable and run it. You can do this by just run the command below, on a terminal: + ``` curl -Os https://raw.githubusercontent.com/RaptaG/CAAIS/main/CAAIS.sh && chmod +x CAAIS.sh ``` @@ -26,5 +35,5 @@ This project uses the Apache-2.0 License. You can find more aboout this license ## Credits -- [RaptaG](https://github.com/RaptaG), for making this repo (self-credit lol) +- [RaptaG](https://github.com/RaptaG), for making this repo (self-credit, lol) - [me0wing-katt0](https://github.com/me0wing-katt0), for helping me with an imporant part of the script