You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,15 @@ In order to avoid problems with long paths on Windows you can do the following:
204
204
2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to
205
205
`E:\hie`)
206
206
207
+
### Installation on macOS
208
+
209
+
Download the pre-built binaries from the [releases page](https://github.com/haskell/haskell-ide-engine/releases), and copy/symlink them into `/usr/local/bin` (or somewhere else in your $PATH):
210
+
211
+
```bash
212
+
ln -s hie-bin-dir/hie* /usr/local/bin/
213
+
```
214
+
215
+
Alternatively, you can install from source with `make build`.
0 commit comments