Fix --editable (mode) option given --user as arg (#648).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/650
This commit is contained in:
commit
49e0494924
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue