summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-09-19 16:33:00 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-19 16:33:00 +0100
commit5cbd36c23ea40b6b14f0ed8a25685147fdeb5a81 (patch)
tree900075ce894543235d5ca095f2a0e4b03a2c48dc
parent5f0d765cfb7ea113ad193a11b41b75bf3224e6e3 (diff)
More reamde
-rw-r--r--README26
1 files changed, 23 insertions, 3 deletions
diff --git a/README b/README
index a896569..f7c874d 100644
--- a/README
+++ b/README
@@ -1,12 +1,28 @@
+Hello! You look nice today.
+
+
+Installing
+==========
+
To build and install to ~/.cabal/bin:
- % cabal install
+ % cabal install --disable-documentation
To build and install somewhere else:
- % cabal install --prefix=$HOME
+ % cabal install --prefix=$HOME --disable-documentation
+
+
+Running
+=======
-While developing, run this once:
+ % tt --help
+
+
+Hacking
+=======
+
+First, run:
% cabal configure
@@ -16,4 +32,8 @@ Run this to build your changes:
The executable will be `./dist/build/tt/tt`.
+
+What is this Cabal crap?
+========================
+
`cabal` lives in the Debian package 'cabal-install'.