Fixed example in README

This commit is contained in:
alexwl 2018-10-05 13:51:12 +03:00 committed by GitHub
parent f9a051c11b
commit a221abf41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,12 +81,12 @@ Index package :
haskell-code-indexer --package PATH
```
Index package with specific dist directory :
Index package with specific `dist` directory:
```bash
haskell-code-indexer --package PATH --dist dist-newstyle
haskell-code-indexer --package PATH --dist dist-newstyle/build/x86_64-linux/ghc-8.2.2/hpath-0.9.2
```
Index package built by Stack :
Index package built by Stack:
```bash
haskell-code-indexer --package PATH --dist $(stack path --dist-dir)
```