Fix --editable (mode) option given --user as arg (#648).
continuous-integration/drone/push Build is passing Details

Reviewed-on: #650
This commit is contained in:
Dan Helfman 2023-03-15 18:06:46 +00:00
commit 49e0494924
1 changed files with 1 additions and 1 deletions

View File

@ -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