aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2018-10-05 13:51:12 +0300
committerGitHub <noreply@github.com>2018-10-05 13:51:12 +0300
commita221abf41ca9c28d267f7da272ec12ccd2688b94 (patch)
treeb5ef613a158e8907fda1c9254e8b533cf4223d37 /README.md
parentf9a051c11b49cf64d62435951e70e86da27fa4e3 (diff)
Fixed example in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7ffc915..f52198f 100644
--- a/README.md
+++ b/README.md
@@ -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)
```