From 315d400677752542fec473c337540a9543237dd4 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sun, 9 Jan 2022 14:42:55 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 662263d..26b4705 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -625,7 +625,7 @@ Or, install the latest development release directly from GitHub: .. code-block:: bash - sudo -H pip3 install -U git+https://github.com/domainaware/parsedmarc.git + sudo -u parsedmarc -H pip3 install --user -U git+https://github.com/domainaware/parsedmarc.git .. note::