summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-07-19 08:33:48 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-07-19 08:33:48 +0200
commite0f1d01bd6551dd3282a580c83fa359d2348320e (patch)
tree35e1cfe28ed1467c3824e5e8e2cbad0cbe8ae966 /README
parent815d894671bc1f9ee23738cec46f2ab3c28fe674 (diff)
downloadmetatile-e0f1d01bd6551dd3282a580c83fa359d2348320e.tar
metatile-e0f1d01bd6551dd3282a580c83fa359d2348320e.zip
use $HOME in examples
darcs-hash:20070719063348-9c5c1-5361cf129b55047b6f9e39605a7f60533964007e
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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.