grabc

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

commit 4060a6e4524408f3a5571ed9228953012f62bec9
parent 5ae89208528334f6061f78cda275a39deeee50c3
Author: muquit <muquit@gmail.com>
Date:   Mon, 16 Apr 2018 20:08:51 -0400

UPdate doc

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

diff --git a/README.md b/README.md @@ -58,7 +58,7 @@ Older version of this program is available on Ubuntu. However, if you need to ge make DESTDIR=/tmp/grabc install ``` -* If you want to create a debian package, install fpm first, then type: +* If you want to create a debian package, install [fpm](https://github.com/jordansissel/fpm) first, then type: ``` make deb ``` @@ -70,7 +70,7 @@ Older version of this program is available on Ubuntu. However, if you need to ge * To uninstall the debian package: ``` - sudo kpkg -r grabc + sudo dpkg -r grabc ``` # Know Issues