Update contents.lr

Typo: Under MacOS, instead of writing "brew install pipx" you wrote "bew install pipx"
This commit is contained in:
Francesco Maida 2022-10-03 17:16:13 +02:00 committed by GitHub
parent 02c6e1c4b9
commit 4f42994fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ python3 -m pipx ensurepath
__macOS__
```
bew install pipx
brew install pipx
pipx ensurepath
```