Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit a7b120f

Browse files
authored
Add macOS binary instructions to README
1 parent ea2cf09 commit a7b120f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,15 @@ In order to avoid problems with long paths on Windows you can do the following:
204204
2. Clone the `haskell-ide-engine` to the root of your logical drive (e.g. to
205205
`E:\hie`)
206206

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`.
207216

208217
### Installation with Nix
209218

0 commit comments

Comments
 (0)