fix: note on lttng setup
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 3 Feb 2015 19:30:28 +0000 (14:30 -0500)
committerJulien Desfossez <jdesfossez@efficios.com>
Tue, 3 Feb 2015 19:30:28 +0000 (14:30 -0500)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
README.md

index 699e30926fe8accbedb9b379acfe228805c7970a..4fd76aeb4c08b9d3c4d8fc6146afae61680974a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,17 +25,14 @@ apt-get install -y software-properties-common (or python-software-properties on
 apt-add-repository -y ppa:lttng/ppa
 apt-get update
 apt-get -y install lttng-tools babeltrace lttng-modules-dkms python3-babeltrace python3-progressbar
-```
-
-Note: If your user is part of the tracing group, you can avoid needing to be
-root next, after a fresh install it requires to logout, login and restart
-lttng-sessiond.
-
-```bash
 git clone https://github.com/lttng/lttng-analyses.git
 ```
 
 ## Trace creation
+Here are the basic commands to create a trace, for more information on the
+LTTng setup, please refer to the [LTTng
+documentation](http://lttng.org/docs/#doc-tracing-the-linux-kernel)
+
 ### Automatic
 From the cloned git tree:
 ```bash
This page took 0.025763 seconds and 5 git commands to generate.