summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 5ccf04b..b8f362b 100644
--- a/README
+++ b/README
@@ -12,6 +12,16 @@
workspace. Xinerama is fully supported, allowing windows to be tiled
on several physical screens.
+Quick start:
+
+Obtain the dependent libraries, then build with:
+
+ runhaskell Setup.lhs configure --user --prefix=$HOME
+ runhaskell Setup.lhs build
+ runhaskell Setup.lhs install --user
+
+For the full story, read on.
+
Building:
Building is quite straightforward, and requries a basic Haskell toolchain.