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

Commit

Permalink
Take out macOS binary instructions (for now)
Browse files Browse the repository at this point in the history
Unfortunately the binaries are broken. Revert this commit once they are reinstated! Closes #1052
  • Loading branch information
lukel97 authored Jan 16, 2019
1 parent 8e7601c commit c4a9e7c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,6 @@ we talk to clients.__

## Installation

### Installation on macOS

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):

```bash
ln -s hie-bin-dir/hie* /usr/local/bin/
```

Alternatively, you can install from source. See instructions below

### Installation with Nix

Follow the instructions at https://github.com/domenkozar/hie-nix
Expand Down

3 comments on commit c4a9e7c

@sheonhan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know when this will work again? Does it help if I build using old releases?

@lukel97
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Building it from source will always work don’t worry, it was just the pre-built binaries that we provided to speed the installation process up that had issues

@mdiep
Copy link

@mdiep mdiep commented on c4a9e7c Jan 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI the macOS instructions are still linked from the top of the README. I was a bit confused when I clicked it and it didn't go anywhere. It might be a better idea to leave the Installation on macOS header but include something that suggests installing from source.

Please sign in to comment.