From 32a350a25eb47c98bbbe13391ff93a4767656002 Mon Sep 17 00:00:00 2001 From: GNVageesh <65950037+GNVageesh@users.noreply.github.com> Date: Tue, 4 Apr 2023 23:32:31 +0530 Subject: [PATCH] Added arch linux installation command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df20dfb0..27cb4686 100644 --- a/README.md +++ b/README.md @@ -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: ```