From 59e31e75d5916ea9a052f63c3deb9e5cb205ac7c Mon Sep 17 00:00:00 2001 From: alexwl Date: Fri, 26 Apr 2019 12:11:45 +0300 Subject: Update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e4041ac..09266cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Haskell Code Explorer +[![CircleCI](https://circleci.com/gh/alexwl/haskell-code-explorer/tree/master.svg?style=svg)](https://circleci.com/gh/alexwl/haskell-code-explorer/tree/master) + Haskell Code Explorer is a web application for exploring and understanding Haskell codebases. It provides IDE-like code intelligence features such as types and documentation on hover, "go to definition", "find references" and semantic highlighting. Examples: @@ -117,11 +119,6 @@ Index package with specific `dist` directory: 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: -```bash -haskell-code-indexer --package PATH --dist $(stack path --dist-dir) -``` - ## Starting HTTP Server `haskell-code-server` executable reads the package index created by `haskell-code-indexer` and starts the HTTP server. The HTTP server responds to API requests and serves static assets (JavaScript files that are in `haskell-code-explorer/javascript/release` directory). -- cgit v1.2.3