diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |