From 83a56d5fb824c99dd54c7f807e661424652b48f1 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 21 May 2016 21:32:18 +0000 Subject: [PATCH] Mention extra required repos in readme --- INSTALL.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4596089..24b972e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,12 +6,14 @@ Install Darcs, GHC 7.10.3 and a recent `stack` version. Download the Vervis repo: - $ darcs get http://hub.darcs.net/fr33domlover/vervis + $ darcs clone http://hub.darcs.net/fr33domlover/vervis $ cd vervis -Download fr33domlover's modified `ssh` package: +Check in `stack.yaml` near the top which extra repos are required. At the time +of writing, there are 4 of them (`hit-harder`, `hit-graph`, `hit-network` and +`ssh`). Then clone them. For example: - $ darcs get http://hub.darcs.net/fr33domlover/ssh + $ darcs clone http://hub.darcs.net/fr33domlover/ssh Update `stack.yaml` to specify that path in the `packages` section: