diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2018-10-05 13:51:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 13:51:12 +0300 |
commit | a221abf41ca9c28d267f7da272ec12ccd2688b94 (patch) | |
tree | b5ef613a158e8907fda1c9254e8b533cf4223d37 | |
parent | f9a051c11b49cf64d62435951e70e86da27fa4e3 (diff) |
Fixed example in README
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) ``` |