From 984dd524ef3006be31508fffe2a81f03a6067cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 8 Sep 2017 21:13:58 +0200 Subject: [PATCH] README: document developer installation as user If you're looking into running uninstalled, you likely don't want to setup as root. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd70c2..27f2fe0 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ To make it easier for developers, you can run whipper straight from the source checkout: ```bash -python2 setup.py develop +python2 setup.py develop --user whipper -h ```