소스 검색

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

--user option should be before, or after `--editable .` not in between.
Before seems better.
Nain 2 년 전
부모
커밋
c6829782a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/how-to/develop-on-borgmatic.md

+ 1 - 1
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