diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-30 17:43:50 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-30 17:43:50 +1000 |
commit | 3d0b7a72dbf67f213470c8e123e8ef075dc5c916 (patch) | |
tree | ee339a92c15aa3780893a3989a652dab0885e568 | |
parent | 800a7f150e311b9729a8af1c3a3815bb9e3fb1ea (diff) |
minor wording
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,13 +30,13 @@ haskell-code-indexer -p . #+end_src After indexing the ./dist-newstyle directory is no longer by hcel and -can be removed to save space. To launch the app, run +can be removed to save space. To launch the server, run #+begin_src sh haskell-code-server -p /path/to/package1 -p /path/to/package2 ... #+end_src -and the server will be available at localhost:8080. +and it will be serving JSON at localhost:8080. You can also hook up a local hoogle for documentation lookup: |