mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-01 19:16:10 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Alternatively, you can use the `pipx` tool to install Sideband in an isolated en
|
|||
pipx install sbapp
|
||||
|
||||
# Install Sideband on macOS
|
||||
pip install "sbapp[macos]"
|
||||
pipx install "sbapp[macos]"
|
||||
|
||||
# Optionally install Reticulum utilities
|
||||
pipx install rns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue