- Clone the repo
git clone https://github.com/DokaDev/ProtoMini.git- Build with GNU Make
Skip this step if GNU Make is already installed on your system.
brew install make # For MacOS
sudo apt-get install make # For Debian/Ubuntu
sudo dnf install make # For RedHat/Fedora/CentOS
sudo pacman -S make # For Arch/Manjaro- Build the project
make- To run the project use the following command
make run- To clean the project use the following command
make clean