Merge pull request #35 from theGhostJW/patch-1

Update README.md with install instructions
This commit is contained in:
Javier Neira 2021-03-23 22:27:59 +01:00 committed by GitHub
commit a95608f9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# implicit-hie
```bash
cd your-stack-or-cabal-package
stack install implicit-hie # or cabal install implicit-hie
gen-hie > hie.yaml
```
`gen-hie` should be run the root of a cabal or stack project.