From 6695e2d177f323a2df0866a926496388f488ad67 Mon Sep 17 00:00:00 2001 From: Jeff Abrahamson Date: Fri, 18 Apr 2014 18:32:33 +0200 Subject: [PATCH] Fix build instructions. 1. Propose use of sudo rather than old-fashioned su. Lead by example. 2. Reminder to run autogen.sh when pulling source from savannah git. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 5189352..507c6d9 100644 --- a/README +++ b/README @@ -28,7 +28,10 @@ $ ./configure && make if you want to install it, simply type 'make install' as a privileged user: -# make install +$ sudo make install + +If you have cloned the ratpoison git repository, you may need to run +autogen.sh before running configure. Customization ------------- -- 1.8.3.2