From d98615eb3524ae76e05a17c8cec8664254df2c12 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Wed, 4 Feb 2015 13:17:23 +0530
Subject: [PATCH] add a README

---
 README | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..cf122fc
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+`deluge' is a bittorrent client.
+
+building
+--------
+
+I suggest usign cabal sandbox.
+
+Steps:
+
+1. cabal sandbox init
+2. cabal install --only-dependencies
+3. cabal build
+
-- 
2.45.2