projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f33438
)
README: add a note on nix-shell
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 24 Apr 2015 09:29:08 +0000
(14:59 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 24 Apr 2015 09:29:08 +0000
(14:59 +0530)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 0866650b9611ceb5cb819475920b94f06c518d1c..77146811c5bde3afbb0af6fc7517e8c7cb5ec68c 100644
(file)
--- 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;