Mention extra required repos in readme
This commit is contained in:
parent
66cf702203
commit
83a56d5fb8
1 changed files with 5 additions and 3 deletions
|
@ -6,12 +6,14 @@ Install Darcs, GHC 7.10.3 and a recent `stack` version.
|
||||||
|
|
||||||
Download the Vervis repo:
|
Download the Vervis repo:
|
||||||
|
|
||||||
$ darcs get http://hub.darcs.net/fr33domlover/vervis
|
$ darcs clone http://hub.darcs.net/fr33domlover/vervis
|
||||||
$ cd 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:
|
Update `stack.yaml` to specify that path in the `packages` section:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue