Skip to content

Commit 59856af

Browse files
authored
Add Arch Linux installation command to Readme (#364)
1 parent f36fb78 commit 59856af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ or Fedora Linux
6565
sudo dnf install python-lsp-server
6666
```
6767

68+
or Arch Linux
69+
70+
```
71+
sudo pacman -S python-lsp-server
72+
````
73+
6874
Only on Alpine Linux the package is named differently. You can install it there by typing this command in your terminal:
6975
7076
```

0 commit comments

Comments
 (0)