Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 468 Bytes

BUILD.md

File metadata and controls

34 lines (23 loc) · 468 Bytes

Building

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