From c6829782a3a84293019b6473dc79fdc1e2219c6b Mon Sep 17 00:00:00 2001 From: Nain Date: Wed, 15 Mar 2023 06:50:47 -0400 Subject: [PATCH] Fix --editable (mode) option given --user as arg --user option should be before, or after `--editable .` not in between. Before seems better. --- docs/how-to/develop-on-borgmatic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index 80ecf304..fbc1d244 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -26,7 +26,7 @@ make sure your changes work. ```bash cd borgmatic/ -pip3 install --editable --user . +pip3 install --user --editable . ``` Note that this will typically install the borgmatic commands into