From b515765216c46246358256da6098ea2c07a93c84 Mon Sep 17 00:00:00 2001
From: "arg@10ksloc.org" <unknown>
Date: Wed, 2 Aug 2006 16:46:59 +0200
Subject: removed the CONFIG variable from config.mk, renamed config.h into
 config.default.h, after first clone/extract one needs to copy
 config.default.h to config.h, that is easier than always heavy typing make
 CONFIG=blafasel

---
 README | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 1f4be0a..883ddd1 100644
--- a/README
+++ b/README
@@ -16,13 +16,9 @@ the /usr/local namespace by default).
 Afterwards enter the following command to build and install dwm (if
 necessary as root):
 
+    cp config.default.h config.h
     make clean install
 
-If you want to use a customized config.h, you can use the following
-command for installing dwm:
-
-    make CONFIG=<your-config>.h clean install
-
 
 Running dwm
 -----------
-- 
cgit v1.2.3