]> git.rkrishnan.org Git - functorrent.git/commitdiff
add a README
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 4 Feb 2015 07:47:23 +0000 (13:17 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 4 Feb 2015 07:47:23 +0000 (13:17 +0530)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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
+