Skip to content

Commit 724d59a

Browse files
authored
Add instructions for installation in ArchLinux (#391)
1 parent f523b11 commit 724d59a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ ext install jaredly.reason-vscode
2727

2828
The vscode extension is configured via the normal vscode settings screen.
2929

30+
### ArchLinux
31+
32+
There is a package available in the [AUR](https://aur.archlinux.org/packages/reason-language-server).
33+
34+
Use your favorite AUR helper or:
35+
36+
```
37+
git clone https://aur.archlinux.org/reason-language-server.git
38+
cd reason-language-server
39+
makepkg -si
40+
```
41+
3042
### OniVim
3143

3244
Oni has support for Reason baked in, and it only needs a little bit of configuration to integrate this langauge server.

0 commit comments

Comments
 (0)