diff options
-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: |