Skip to content

Commit b8cdaaf

Browse files
authored
Merge pull request #2 from digital-asset/update-readme
Update README
2 parents 1c25462 + a1e8bea commit b8cdaaf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# `ghcide`
1+
# `ghcide` - A library for building Haskell IDE tooling
2+
3+
Note: `ghcide` was previously called `hie-core`.
24

35
Our vision is that you should build an IDE by combining:
46

@@ -25,8 +27,8 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
2527

2628
First install the `ghcide` binary using `stack` or `cabal`, e.g.
2729

28-
1. `git clone https://github.com/digital-asset/daml.git`
29-
2. `cd daml/compiler/ghcide`
30+
1. `git clone https://github.com/digital-asset/ghcide.git`
31+
2. `cd ghcide`
3032
3. `cabal install` or `stack install` (and make sure `~/.local/bin` is on your `$PATH`)
3133

3234
It's important that `ghcide` is compiled with the same compiler you use to build your projects.

0 commit comments

Comments
 (0)