From e0f1d01bd6551dd3282a580c83fa359d2348320e Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 19 Jul 2007 08:33:48 +0200 Subject: use $HOME in examples darcs-hash:20070719063348-9c5c1-5361cf129b55047b6f9e39605a7f60533964007e --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 6395672..4b8364b 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ Get the dependencies And then build with Cabal: - runhaskell Setup.lhs configure --prefix=/home/dons + runhaskell Setup.lhs configure --prefix=$HOME runhaskell Setup.lhs build runhaskell Setup.lhs install --user @@ -71,7 +71,7 @@ Running xmonad: Add: - /home/dons/bin/xmonad + $HOME/bin/xmonad to the last line of your .xsession or .xinitrc file. -- cgit v1.2.3