documentation: docs
To install the archi on your project, you have to execute this line on the root of your repository.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ARCADE-TEK-2026/archi_arcade/main/setup.sh)"
# then, you will be able to only update the archi using the folowing command:
./update-archi.sh
This installation script will use a __tmp folder. Make sure you don't have a file or a folder called like that at the root of your repository to avoid data erasement.