From 95fcdad8c1fef2adb2f3d2331412c9e551fb1b19 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Wed, 30 Nov 2016 22:17:28 +0100 Subject: [PATCH] Reworded the pip instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2