summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-02-02 10:55:32 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-02-02 10:55:32 +0100
commit65cdbfabc03d13cfc831a767245d35596cd6ac52 (patch)
tree84f67cff9754b3eddfabb4534326d92096b7bab8
parent80cfa2981cb825fbe5200db25061fa8507652ee3 (diff)
README: Small fixups
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 57606a5..577584e 100644
--- a/README
+++ b/README
@@ -19,17 +19,17 @@ Requirements
Building and installing inotail
-------------------------------
-To build inotail:
+To build inotail type:
$ make
By default, inotail is installed to /usr/local/bin/, the manpage is installed to
-/usr/local/share/man/. To install the inotail files to these locations:
+/usr/local/share/man/man1/. To install the inotail files to these locations type:
$ make install
-To change these locations just set the prefix variable, e.g. to install the
-inotail binary to /usr/ and the manpage to /usr/share/man/ respectively:
+To change these locations just set the prefix variable. E.g. to install the
+inotail binary to /usr/ and the manpage to /usr/share/man/ respectively type:
$ make prefix=/usr install