From: ian Date: Mon, 26 Jan 2015 23:16:51 +0000 (-0500) Subject: Update README.md X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=k_transpose.git;a=commitdiff_plain;h=014f26c05e6230ac5685270d19ec87964d2b1787 Update README.md --- diff --git a/README.md b/README.md index e92f6e4..f7294b4 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,15 @@ terminal colors are read from ~/.Xresources in the form "URxvt*color[0-16]:#RRGG ##colorspace transposition TODO + +### compilation/installation +``` +make +sudo make install +``` + +### running +``` +# you likely need root to bind httpds to a local port +sudo k_transpose +```