diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -36,7 +36,7 @@ can be removed to save space. To launch the app, run haskell-code-server -p /path/to/package1 -p /path/to/package2 ... #+end_src -and the server will be available at localhost:3000. +and the server will be available at localhost:8080. You can also hook up a local hoogle for documentation lookup: @@ -46,12 +46,11 @@ hoogle server haskell-code-server -p /path/to/package1 -p /path/to/package2 --use-hoogle-api --hoogle-api https://hoogle.localhost/ --disable-hoogle-api-cert-check #+end_src -* Emacs binding -The may find an emacs client called hc.el at - <https://g.ypei.me/hc.el.git>. +TODO: document the API endpoints. -The original haskell-code-explorer has a web client, but this will be -removed in favour of serving the Emacs client. +* Emacs client +You may find an emacs client called hc.el at + <https://g.ypei.me/hc.el.git>. * Contact and Copyright |