From 352375aa9a91b446e926df2c7ebc51d495e06f2a Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 17 May 2020 14:51:58 -0400 Subject: [PATCH] doc: minor improvements to installation.md --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index b3fd41f9..cab2ff1b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -64,7 +64,7 @@ you can just go to the solaar directory and run `bin/solaar` for the GUI or `bin/solaar ` for the CLI. Otherwise you will need to run Solaar as root via -and `sudo bin/solaar` for the GUI +`sudo bin/solaar` for the GUI or `sudo bin/solaar ` for the CLI. @@ -100,7 +100,7 @@ If you install Solaar yourself you may need to create or modify this file. ## Using PyPI -As an alternative to downloading and installing you can install a recent release +As an alternative to downloading and installing you can install the most recent release (but not the current github version) of Solaar from PyPI. Just run `pip install --user solaar` or `sudo pip install solaar`. -The `--user` install will not install the Solaar udev rule or the Solaar autostart file. +The `--user` flag will not install the Solaar udev rule or the Solaar autostart file.