Fix --editable (mode) option given --user as arg #650

Merged
witten merged 1 commits from nain/borgmatic:documentation.devsetup-pip-editable into master 2023-03-15 18:06:47 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ make sure your changes work.
```bash ```bash
cd borgmatic/ cd borgmatic/
pip3 install --editable --user . pip3 install --user --editable .
``` ```
Note that this will typically install the borgmatic commands into Note that this will typically install the borgmatic commands into