From ef3d4ea66b6f7f8c7eae422ea6e595bc3f491eab Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 8 Jun 2024 21:56:22 +0200 Subject: [PATCH] Fix Fedora instructions The installable package is called `python3-lsp-server`. The name of the source (SRPM) package is called `python-lsp-server`. The package provides `pylsp`. So `sudo dnf install pylsp` would also work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d64522..4cf305cc 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sudo apt-get install python3-pylsp or Fedora Linux ``` -sudo dnf install python-lsp-server +sudo dnf install python3-lsp-server ``` or Arch Linux