From: Steven Schubiger Date: Sat, 11 Mar 2017 21:01:48 +0000 (+0100) Subject: Document Makefile install target X-Git-Tag: v0.60~4 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=f340b5874461fd2405ad4def6a365c89b45efbae Document Makefile install target --- diff --git a/README b/README index 5890e6d..a6e8f0f 100644 --- a/README +++ b/README @@ -28,10 +28,12 @@ Issue `make' to build colorize. Once completed, run the tests with `make check'. -Then you should most likely have a working binary. There are -currently no make targets to install it as such. +Then you should most likely have a working binary. -Finally, remove it through `make clean'. +Next, install it with `make install' (may require elevated +user permissions). + +Finally, clean up the working directory through `make clean'. Debugging instructions ----------------------