about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 34 insertions, 1 deletions
diff --git a/README b/README
index 5d12767..04d80c0 100644
--- a/README
+++ b/README
@@ -9,16 +9,49 @@ for latency-sensitive applications that use TCP.
 
 More about Nagle's algorithm is here:
 
-  http://en.wikipedia.org/wiki/Nagle%27s_algorithm
+  <http://en.wikipedia.org/wiki/Nagle%27s_algorithm>
 
 Home directory Installation
 ---------------------------
 
+This will install libnodelay.so in your $HOME/lib
+
         $ make
         $ make install
 
 System-wide Installation
 ------------------------
 
+This will install libnodelay.so in /usr/lib
+
         $ make
         # make install prefix=/usr
+
+Usage
+-----
+
+        $ LD_PRELOAD=/path/to/libnodelay.so YOUR_COMMAND
+
+Development
+-----------
+
+You may clone the source repository via git:
+
+* git://git.bogomips.org/libnodelay.git
+* <http://git.bogomips.org/libnodelay.git>
+* git://repo.or.cz/libnodelay.git (mirror)
+* <http://repo.or.cz/r/libnodelay.git> (mirror)
+
+You may also browse the source code or obtain tarballs from cgit:
+
+* <http://git.bogomips.org/cgit/libnodelay.git>
+
+Or via gitweb:
+
+* <http://repo.or.cz/w/libnodelay.git>
+
+Copyright
+---------
+
+libnodelay is copyright (C) 2009 Eric Wong <normalperson@yhbt.net>.
+It is covered under the GNU Lesser General Public License, version 3.