-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Andre Carbajal Vargas edited this page Sep 26, 2025
·
2 revisions
To install MineControlCli, you can build it from source (see BUILD.md for more information), download the latest release from our GitHub Releases page, or use the installers/scripts according to your operating system:
-
Windows:
- Download the installer (
.exe) from the releases page. - Run the installer and follow the on-screen instructions.
- Alternatively, you can download the native executable or the JAR file and follow the manual steps below.
- Download the installer (
-
macOS / Linux:
- Run the following command in your terminal to install using the automatic script:
curl -fsSL https://raw.githubusercontent.com/andre-carbajal/mine-control-cli/refs/heads/main/install.sh | sh - Alternatively, you can download the native executable or the JAR file and follow the manual steps below.
- Run the following command in your terminal to install using the automatic script:
-
Java JAR file:
- Download the latest JAR file.
- Place the JAR file in a directory of your choice.
- Open a terminal and navigate to the directory where you placed the JAR file.
- Run the following command to start MineControlCli:
java -jar mine-control-cli-x.x.x.jar
-
Native executable:
- Download the latest native executable for your platform.
- Place the executable in a directory of your choice.
- (Recommended) Add the directory to your system PATH to run MineControlCli from anywhere.
- Open a terminal
- Navigate to the directory where you placed the executable (if not in PATH).
- Run the following command to start MineControlCli:
- On Linux/macOS:
./mine-control-cli
- On Windows:
mine-control-cli.exe
- On Linux/macOS: