Fix build system with libustcomm removed
[lttng-tools.git] / README
diff --git a/README b/README
index 389f3eda10f131ead3f62294a744ad0e05782c9c..dc7281562858840f0b52f217f256a0c238ec2eee 100644 (file)
--- a/README
+++ b/README
@@ -36,6 +36,12 @@ INSTALLATION INSTRUCTIONS:
   If compiling from the git repository, run ./bootstrap before running
   the configure script, to generate it.
 
+USAGE:
+
+Please see doc/quickstart.txt to help you start tracing. You can also use the
+-h/--help command on 'lttng' and all other commands offered in this tool (Ex:
+lttng enable-event -h).
+
 PACKAGE CONTENTS:
 
     This package contains the following elements:
@@ -45,16 +51,16 @@ PACKAGE CONTENTS:
 
     - liblttsessiondcomm
       The ltt-sessiond communication library. In order to talk with ltt-sessiond,
-      thiis library must be used.
+      this library must be used.
 
     - libkernelctl
       Kernel tracer control and ioctl definitions.
 
-    - liblttkconsumerd
-      Library for Kernel trace consumer.
+    - liblttng-consumer
+      Library for Kernel and (optionally) UST trace consumer.
 
-    - ltt-kconsumerd
-      The Kernel consumer daemon which uses liblttkconsumerd.
+    - lttng-consumerd
+      The consumer daemon which uses liblttng-consumer.
 
     - ltt-sessiond
       The LTTng session daemon binary.
This page took 0.023405 seconds and 4 git commands to generate.