Skip to content

Commit

Permalink
'pwd' -> 'current working directory'
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Dushantha <[email protected]>
  • Loading branch information
ppfeister and sdushantha committed Jun 1, 2024
1 parent c812216 commit b0521d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally
outputs, and instead shows the verbose output of the tests.

```console
# Assumes pwd is respository root
# Assumes current working directory is respository root
$ python3 -m unittest tests.all --verbose
```

Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Building an editable (or live) package links the entry point to your current dir
Note that the version number will be 0.0.0 for pipx local builds unless manually changed in the pyproject file (it will prompt the user for an update).

```bash
# Assumes repository cloned, and pwd is repository root
# Assumes repository cloned, and current working directory is repository root
pipx install -e .
```

Expand All @@ -53,7 +53,7 @@ pipx install -e .
If you'd rather not install directly to your system, you can import the module at runtime with `-m`.

```bash
# Assumes repository cloned, and pwd is repository root
# Assumes repository cloned, and current working directory is repository root
python3 -m sherlock user123 user789
```

Expand Down

0 comments on commit b0521d6

Please sign in to comment.