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

  1. Open Git Bash or another terminal emulator that supports the bash shell.

  2. Clone the ARRCON repository by running the following command:

    git clone https://github.com/radj307/ARRCON.git
    
  3. Navigate to the ARRCON directory:

    cd ARRCON
    
  4. Install ARRCON by running the following command:

    ./install.sh
    

    This will install ARRCON and its dependencies on your machine.

  5. Verify that ARRCON has been installed by running the following command:

    arrcon --version
    

    You 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.