From 655c03faba84d24916bf1d30495a7c4a5ad95c70 Mon Sep 17 00:00:00 2001 From: markqvist Date: Fri, 7 Jun 2024 18:34:55 +0200 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fab5991..a6cc841 100644 --- a/README.md +++ b/README.md @@ -48,18 +48,6 @@ sudo apt install python3-pyaudio # Debian and derivatives # Install the Sideband application: pip install sbapp -# Find the Sideband application in your launcher, -# or run it directly from the command line: -sideband - -# You can also run Sideband with more verbose -# log output enabled: -sideband -v - -# You can also run Sideband in headless daemon -# mode, for example as a telemetry collector: -sideband --daemon - # If you intend to run Sideband in headless # daemon mode, you can also install it without # any of the normal UI dependencies: @@ -80,6 +68,24 @@ break-system-packages = true You can also simply add the `--break-system-packages` directive on a per-installation basis. For example, on a system that blocks normal user package installation, you can install Sideband by running `pip install sbapp --break-system-packages`. +After installation is complete, you can either run Sideband from your launcher or applications menu, or from the command line: + +```bash + +# Find the Sideband application in your launcher, +# or run it directly from the command line: +sideband + +# You can also run Sideband with more verbose +# log output enabled: +sideband -v + +# You can also run Sideband in headless daemon +# mode, for example as a telemetry collector: +sideband --daemon + +``` + ## Installation On macOS A DMG file containing a macOS app bundle is available on the [latest release](https://github.com/markqvist/Sideband/releases/latest) page.