aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2007-11-12 23:05:23 +0100
committergwern0 <gwern0@gmail.com>2007-11-12 23:05:23 +0100
commit81590729fa98e13f66ea5dc0e5f92e4ee8214092 (patch)
treea7040f2af242f0fd989d96bcb3a8809fe54ae885 /README
parent1ba3464d845725d95bede23968133cf38723ad8b (diff)
downloadXMonadContrib-81590729fa98e13f66ea5dc0e5f92e4ee8214092.tar.gz
XMonadContrib-81590729fa98e13f66ea5dc0e5f92e4ee8214092.tar.xz
XMonadContrib-81590729fa98e13f66ea5dc0e5f92e4ee8214092.zip
REAME: one more try
darcs-hash:20071112220523-f7719-682f5fd8b14c6fa8c182a328d4ebd4e44f1da740.gz
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 15 insertions, 6 deletions
diff --git a/README b/README
index c2b4ef4..27b81fe 100644
--- a/README
+++ b/README
@@ -1,12 +1,21 @@
-3rd party xmonad extensions and contributions.
+3rd party XMonad extensions and contributions.
-Build and install as for other haskell packages:
+Build and install through Cabal as for other Haskell packages:
+
+ runhaskell Setup configure --user --prefix=$HOME
+ runhaskell Setup build
+ runhaskell Setup install --user
+
+(You may want to remove the --user flag when installing as root.)
+
+scripts/ contains further external programs useful with xmonad.
+
+Haskell code contributed to this repo should live under the appropriate subdivision of the 'XMonad.' namespace (currently includes Actions, Config, Hooks, Layout, Prompt, and Util). For example, to use the Mosaic layout, one would import:
+
+ XMonad.Layout.Mosaic
- runhaskell Setup.lhs configure --user --prefix=$HOME
- runhaskell Setup.lhs build
- runhaskell Setup.lhs install --user
------------------------------------------------------------------------
Code submitted to the contrib repo is licensed under the same license as
-xmonad itself, with copyright held by the authors.
+XMonad itself, with copyright held by the authors.