From: Phillip Berndt Date: Wed, 30 Nov 2016 21:17:28 +0000 (+0100) Subject: Reworded the pip instructions X-Git-Tag: 1.0~1^2 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=95fcdad8c1fef2adb2f3d2331412c9e551fb1b19 Reworded the pip instructions --- diff --git a/README.md b/README.md index 6b90d4d..4fbb38d 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ list of what exactly will be installed. We appreciate packaging scripts for other distributions, please file a pull request if you write one. -On any distribution with `pip` installed you can install it with: -``` -sudo pip install -e git+http://github.com/phillipberndt/autorandr#egg=autorandr -``` +If you prefer `pip` over your package manager, you can install autorandr with: + + sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr" + ## How to use