Installation
The microCI is a single executable.
The installation process is basicaly copy the executable to a folder into $PATH
.
Linux
To install the latest stable version run on Linux:
sudo curl -fsSL https://github.com/geraldolsribeiro/microci/releases/latest/download/microCI \
-o /usr/bin/microCI
sudo chmod 755 /usr/bin/microCI
MacOS
To install the latest stable version run on MacOS: