Skip to content

DokaDev/ProtoMini

Repository files navigation

Getting Started

  1. Clone the repo
git clone https://github.com/DokaDev/ProtoMini.git
  1. 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
  1. Build the project
make
  1. To run the project use the following command
make run
  1. To clean the project use the following command
make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors