From b77eb6aa76798f6ce69ed7e2bdd3fc42d71ddb6d Mon Sep 17 00:00:00 2001 From: Breland Miley Date: Sat, 4 May 2024 10:17:36 -0400 Subject: [PATCH] Fix pipx install command in README Under the `pipx` section - the Mac app was missing the `x` in `pipx`. Add the missing `x`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cce901..a6a5115 100644 --- a/README.md +++ b/README.md @@ -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