We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c25462 + a1e8bea commit b8cdaafCopy full SHA for b8cdaaf
README.md
@@ -1,4 +1,6 @@
1
-# `ghcide`
+# `ghcide` - A library for building Haskell IDE tooling
2
+
3
+Note: `ghcide` was previously called `hie-core`.
4
5
Our vision is that you should build an IDE by combining:
6
@@ -25,8 +27,8 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
25
27
26
28
First install the `ghcide` binary using `stack` or `cabal`, e.g.
29
-1. `git clone https://github.com/digital-asset/daml.git`
-2. `cd daml/compiler/ghcide`
30
+1. `git clone https://github.com/digital-asset/ghcide.git`
31
+2. `cd ghcide`
32
3. `cabal install` or `stack install` (and make sure `~/.local/bin` is on your `$PATH`)
33
34
It's important that `ghcide` is compiled with the same compiler you use to build your projects.
0 commit comments