How to install ARRCON on Windows 11
ARRCON is a tool developed by radj307 that provides a simple command line interface to manage applications in a containerized environment. This tutorial will guide you through the process of installing ARRCON on a Windows 11 machine.
Prerequisites
- A Windows 11 machine with administrative privileges.
- Git Bash or another terminal emulator that supports the bash shell.
Installation
Open Git Bash or another terminal emulator that supports the bash shell.
Clone the ARRCON repository by running the following command:
git clone https://github.com/radj307/ARRCON.gitNavigate to the ARRCON directory:
cd ARRCONInstall ARRCON by running the following command:
./install.shThis will install ARRCON and its dependencies on your machine.
Verify that ARRCON has been installed by running the following command:
arrcon --versionYou should see the version number of ARRCON printed to the screen.
Congratulations, you have successfully installed ARRCON on your Windows 11 machine! You can now use ARRCON to manage applications in a containerized environment.