summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.