From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 24 Apr 2015 09:29:08 +0000 (+0530)
Subject: README: add a note on nix-shell
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends//%22news.html/%22?a=commitdiff_plain;h=21de7ad2006d9260063a7adeaa512c989d5148ff;p=functorrent.git

README: add a note on nix-shell
---

diff --git a/README.md b/README.md
index 0866650..7714681 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@
 
 I suggest using cabal sandbox.
 
+Or you can use Nix pkg, in which case, typing `nix-shell' at the root of the
+source code repo should drop you into a shell which has all the package
+dependencies installed.
+
 ### Steps:
 
 clone the repo; cd functorrent;