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

Commit beb5b58

Browse files
committed
Move platform-specific installation instruction above source install
1 parent 68b0b29 commit beb5b58

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

README.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,33 @@ we talk to clients.__
9999

100100
## Installation
101101

102-
### Installation with stack
102+
### Installation on macOS
103+
104+
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):
105+
106+
```bash
107+
ln -s hie-bin-dir/hie* /usr/local/bin/
108+
```
109+
110+
Alternatively, you can install from source. See instructions below
111+
112+
### Installation with Nix
113+
114+
Follow the instructions at https://github.com/domenkozar/hie-nix
115+
116+
117+
### Installation on ArchLinux
118+
119+
An [haskell-ide-engine-git](https://aur.archlinux.org/packages/haskell-ide-engine-git/) package is available on the AUR.
120+
121+
Using [Aura](https://github.com/aurapm/aura):
122+
123+
```
124+
# aura -A haskell-ide-engine-git
125+
```
126+
127+
128+
### Installation from source
103129

104130
To install HIE, you need stack version >= 1.7.1.
105131

@@ -235,31 +261,6 @@ Then add
235261
to VS Code user settings.
236262

237263

238-
### Installation on macOS
239-
240-
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):
241-
242-
```bash
243-
ln -s hie-bin-dir/hie* /usr/local/bin/
244-
```
245-
246-
Alternatively, you can install from source with `make build` or `make build-all`.
247-
248-
### Installation with Nix
249-
250-
Follow the instructions at https://github.com/domenkozar/hie-nix
251-
252-
253-
### Installation on ArchLinux
254-
255-
An [haskell-ide-engine-git](https://aur.archlinux.org/packages/haskell-ide-engine-git/) package is available on the AUR.
256-
257-
Using [Aura](https://github.com/aurapm/aura):
258-
259-
```
260-
# aura -A haskell-ide-engine-git
261-
```
262-
263264
### Installation with Shake
264265

265266
Experimental build script for HIE. Feedback is appreciated.

0 commit comments

Comments
 (0)