summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4539232..62b4f17 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,8 @@ FOLLOW THESE STEPS:
2) Finally, you need to to install the shared libraries, and the binary:
# make install KERNEL_DIR=<<where-your-kernel-is>>
-If you are a developer, you can install the header files, like:
+If you are a developer, you can install the headers, development libraries
+and associated development man pages, with:
# make install-devel
That's it!