grabc

Tool to identify pixel colors on X
git clone https://git.sinitax.com/muquit/grabc
Log | Files | Refs | README | Upstream | sfeed.txt

commit c5de176b9a820ff30e0d73711700ef9023f2e02c
parent 4060a6e4524408f3a5571ed9228953012f62bec9
Author: muquit <muquit@gmail.com>
Date:   Tue, 17 Apr 2018 17:19:29 -0400

update doc

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -55,6 +55,12 @@ Older version of this program is available on Ubuntu. However, if you need to ge * To install, at the shell prompt, type: ``` sudo make install +``` +The binary *grabc* will be install in /usr/local/bin/ and the man page *grabc.1* +will be installed in /usr/local/share/man/man1/ + +If you want to install it in some other directory: +``` make DESTDIR=/tmp/grabc install ```