From f12632b45e79d6fc881201513818c0ae96097c3d Mon Sep 17 00:00:00 2001 From: Din Tort Date: Sat, 15 Nov 2025 20:32:05 +0100 Subject: [PATCH] docs: Fix typo in installation instructions for pip/pipx --- docs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 50d490fc..06b4d925 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,8 +7,7 @@ layout: page An easy way to install the most recent release version of Solaar is from the PyPI repository. First install pip, and then run -`pip install --user solaar` or `pipx install --system-site-packages solaar` or -If you are using pipx add the `` flag. +`pip install --user solaar` or `pipx install --system-site-packages solaar`. This will not install the Solaar udev rule, which you will need to install manually by copying `~/.local/lib/udev/rules.d/42-logitech-unify-permissions.rules`