Fix pipx install command in README
Under the `pipx` section - the Mac app was missing the `x` in `pipx`. Add the missing `x`.
This commit is contained in:
parent
e92224f89e
commit
b77eb6aa76
|
@ -59,7 +59,7 @@ Alternatively, you can use the `pipx` tool to install Sideband in an isolated en
|
||||||
pipx install sbapp
|
pipx install sbapp
|
||||||
|
|
||||||
# Install Sideband on macOS
|
# Install Sideband on macOS
|
||||||
pip install "sbapp[macos]"
|
pipx install "sbapp[macos]"
|
||||||
|
|
||||||
# Optionally install Reticulum utilities
|
# Optionally install Reticulum utilities
|
||||||
pipx install rns
|
pipx install rns
|
||||||
|
|
Loading…
Reference in New Issue