Fix Readme
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Jul 2011 14:02:23 +0000 (10:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Jul 2011 14:02:23 +0000 (10:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README

diff --git a/README b/README
index c6766afd680332bf62056144da340b84418a9f45..6c92e3132b5a417f0e2642ff806d972b369bdddf 100644 (file)
--- a/README
+++ b/README
@@ -20,13 +20,13 @@ To build and install, you will need to have your kernel headers available (or
 access to your full kernel source tree), and use:
 
 make
-make install
+make modules_install
 
 If you need to specify the target directory to the kernel you want to build
 against, use:
 
 KERNELDIR=path_to_kernel_dir make
-KERNELDIR=path_to_kernel_dir make install
+KERNELDIR=path_to_kernel_dir make modules_install
 
 Use lttng-tools (git://git.lttng.org/lttng-tools.git) to control the tracer.
 LTTng tools should automatically load the kernel modules when needed.
This page took 0.026233 seconds and 4 git commands to generate.