From e8bef773c5eb2f8efe60863a4f8d0bdd4a9c77f5 Mon Sep 17 00:00:00 2001 From: alistair Date: Wed, 5 Feb 2020 10:06:28 +0000 Subject: [PATCH] build instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfd9d63..56899ea 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,13 @@ I was bored on an aeroplane so I decided to re-write Tony Monroe's cowsay in C. It does not support multiple cow types or changing the features of the cow, but -after several more hours of lazy printf debugging it does wrap text in an almost- -identical way. +after several more hours of lazy printf debugging it does wrap text in an +almost-identical way. + +## Build Instructions + +`sudo make install` will build and install it, overriding an original cowsay binary. +To avoid this, use `sudo make install-compat` which will install it as `ccowsay`. + +Just `make` or `make debug` will just build the binary without, or with debug flags +respectively. \ No newline at end of file