From 51d60e24f94a3970f08995ecb8bea056b0d0f5c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20B=C3=A4hr?= <mbaehr@email.archlab.tuwien.ac.at>
Date: Fri, 5 Jun 2009 19:51:40 +0200
Subject: [PATCH] make README easier to read, and mention install targets

Rev: README:1.22
---
 README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 11264dabad..b98a9fbd60 100644
--- a/README
+++ b/README
@@ -16,13 +16,14 @@ If you are building Pike from the CVS, read README-CVS instead.
 
 The top-level makefile (in this directory, not the src directory) has
 all the magic you need to build Pike. Just type 'make'.
+To install type "make install" or "make install_interactive".
 
 You will need gnu m4, bison and a C compiler. You probably also want
 to use GNU make and libz.
 
 If that doesn't work, refer to README-CVS, in particular the sections
-on additional DEPENDENCIES, on CONFIGURE OPTIONS AND BUILD VARIABLES,
-on MANUAL BUILDING and, if needed, IF IT DOESN'T WORK.
+on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES",
+on "MANUAL BUILDING" and, if needed, the section "IF IT DOESN'T WORK".
 
 
 THREADS SUPPORT
-- 
GitLab