]> git.refcnt.org Git - colorize.git/commitdiff
Document Makefile install target
authorSteven Schubiger <stsc@refcnt.org>
Sat, 11 Mar 2017 21:01:48 +0000 (22:01 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sat, 11 Mar 2017 21:01:48 +0000 (22:01 +0100)
README

diff --git a/README b/README
index 5890e6d1856ee72877a4c91a0271d634502a7295..a6e8f0f18c259ba1b40b880b88e0adc281a51e4d 100644 (file)
--- 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
 ----------------------