fix comment
[ust.git] / README
diff --git a/README b/README
index 306ef58afb9dfe84ba898c4f0a07f94f2d2ba4f0..47904d4922ac6144a41fcfa1353c2aec5b21002f 100644 (file)
--- a/README
+++ b/README
@@ -1,20 +1,27 @@
 LTTNG USERSPACE TRACER
 
+Updated versions of this package may be found at:
+       git://git.dorsal.polymtl.ca/git/ust.git
+
 Dependencies:
 
 - liburcu
   Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
-  http://ltt.polymtl.ca/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary
+   * http://ltt.polymtl.ca/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary
+   * git://lttng.org/userspace-rcu.git
 
 - libkcompat
   Linux kernel userspace compatibility library.
-  http://git.dorsal.polymtl.ca
+   * http://git.dorsal.polymtl.ca
+   * git://git.dorsal.polymtl.ca/git/libkcompat.git
 
 Installation instruction:
 
 - Download, compile and install liburcu and libkcompat.
 - In this package's tree, run ./configure.
 - Run make.
+- Run make install.
+- Run ldconfig.
 - See the manual in the doc/ directory for usage instructions.
 
 Package contents:
This page took 0.022378 seconds and 4 git commands to generate.