commit b5a214eab49e0b5e61002ae7f439fac276d93560
parent 602a375c81685cc260a4a57498123de856982278
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 7 Sep 2012 15:28:42 +0200
README
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/README b/README
@@ -28,10 +28,10 @@ your favourite programming language.
* ii <http://tools.suckless.org/ii/>
-However, whereas ii is filesystem and FIFO-based, irctk is entirely FIFO-based.
-ii's control FIFO is irctk's stdin, but ii's output files are replaced by
-irctk's stdout. irctk does not write to disk or read from disk. irctk also
-includes features which make it easy to write bots in one line of shell script.
+ii is filesystem and FIFO-based but irctk is entirely FIFO-based. ii's control
+FIFO is irctk's stdin, but ii's output files are replaced by irctk's stdout.
+irctk does not write to disk or read from disk. irctk also includes features
+which make it easy to write bots in shell script one-liners.
* IrcTK <https://github.com/maxcountryman/irctk>
@@ -41,9 +41,7 @@ irctk has nothing to do with this except the similar name.
irctk is written using libircclient, you will need it to compile and run the
program. Install libircclient-dev (on Ubuntu and Debian systems), or get it from
-<https://sourceforge.net/projects/libircclient/> and install it manually. (Hint:
-the first option is recommended, because libircclient's build system has no
-support for make install, so things are less pleasant than they could be.)
+<https://sourceforge.net/projects/libircclient/> and install it manually.
== 4. Examples ==