X-Git-Url: http://git.refcnt.org/?a=blobdiff_plain;f=README;h=4fcf1391681a5c7fb173e82ec10d68a36f3ede01;hb=d04e14ae7bef2af9121bc4880e36128acd3dd8ed;hp=5890e6d1856ee72877a4c91a0271d634502a7295;hpb=b046a247ae0220a415b085930992dae046d4439f;p=colorize.git diff --git a/README b/README index 5890e6d..4fcf139 100644 --- a/README +++ b/README @@ -28,10 +28,20 @@ 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'. + +Customizing instructions +------------------------ +The default character ('/') which separates the foreground +from the background color may be redefined: + +`make FLAGS=-DCOLOR_SEP_CHAR_COLON' -> defines as ':' +`make FLAGS=-DCOLOR_SEP_CHAR_SLASH' -> defines as '/' Debugging instructions ----------------------