64fe9fcad0
created setup, build and install scripts to make it easier and convenient to compile and install the application from source. no plans distribute pre-compiled binaries because it's just so much easier to guarantee the application will actually work in the target machine when compiled by the target machine.
4 lines
44 B
Bash
4 lines
44 B
Bash
#!/bin/sh
|
|
|
|
cp ./.build-mow/mow /usr/bin/mow
|