aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-03-11 22:01:48 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-03-11 22:01:48 +0100
commitf340b5874461fd2405ad4def6a365c89b45efbae (patch)
tree13406b47dbae2fdc3b2767bab536abd278020f72
parent321385b5bb7f230d3b18aaef82e45a0450475766 (diff)
downloadcolorize-f340b5874461fd2405ad4def6a365c89b45efbae.tar.gz
colorize-f340b5874461fd2405ad4def6a365c89b45efbae.tar.bz2
Document Makefile install target
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
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
----------------------