Преглед изворни кода

Remove unnecessary cd in dev documentation.

Dan Helfman пре 2 година
родитељ
комит
010b82d6d8
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      docs/how-to/develop-on-borgmatic.md

+ 1 - 2
docs/how-to/develop-on-borgmatic.md

@@ -25,7 +25,7 @@ so that you can run borgmatic commands while you're hacking on them to
 make sure your changes work.
 
 ```bash
-cd borgmatic/
+cd borgmatic
 pip3 install --user --editable .
 ```
 
@@ -51,7 +51,6 @@ pip3 install --user tox
 Finally, to actually run tests, run:
 
 ```bash
-cd borgmatic
 tox
 ```