To build mk, follow these steps:
1. Clone the repo:
git clone https://github.com/devkcud/mk.git
cd mk
2. Compile using make
:
make build
A directory called build
should appear. Inside of it is the binary.
You can see the build commands in the Makefile
3. To run locally (no install):
cd build
./mk-x.y.z
4. Install (optional):
make install
Use
make clean
to cleanup