Remove unnecessary cd in dev documentation.
This commit is contained in:
parent
aaf3462d17
commit
010b82d6d8
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@ so that you can run borgmatic commands while you're hacking on them to
|
||||||
make sure your changes work.
|
make sure your changes work.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd borgmatic/
|
cd borgmatic
|
||||||
pip3 install --user --editable .
|
pip3 install --user --editable .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -51,7 +51,6 @@ pip3 install --user tox
|
||||||
Finally, to actually run tests, run:
|
Finally, to actually run tests, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd borgmatic
|
|
||||||
tox
|
tox
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue