Skip to content

Commit 1aa17da

Browse files
committed
Fix readme cabal instructions
1 parent ee682b3 commit 1aa17da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ patterns, or to refine the heuristic for the relative importance of functions an
3737
Please, use the stack.yaml file, as I am using a slightly patched version of
3838
`hint`. So, if you use `stack`, `stack build` should do the trick.
3939

40-
If you prefer to use cabal, create new folder, `cd` into it and follow
41-
these steps:
40+
If you prefer to use cabal:
4241

42+
git clone https://github.com/meditans/documentator
43+
cd documentator
4344
cabal sandbox init
4445
git clone https://github.com/meditans/hint
45-
git clone https://github.com/meditans/documentator
46+
git clone https://github.com/meditans/preprocessor
4647
cabal sandbox add-source ./hint
4748
cabal sandbox add-source ./preprocessor
4849
cabal install

0 commit comments

Comments
 (0)