Skip to content

Commit

Permalink
Add Arch Linux installation command to Readme (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryskram authored Apr 24, 2023
1 parent f36fb78 commit 59856af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ or Fedora Linux
sudo dnf install python-lsp-server
```

or Arch Linux

```
sudo pacman -S python-lsp-server
````

Only on Alpine Linux the package is named differently. You can install it there by typing this command in your terminal:

```
Expand Down

0 comments on commit 59856af

Please sign in to comment.