From ecb6e17c2204f837a8459f6296421218bce1d15d Mon Sep 17 00:00:00 2001 From: Giovanni Ferri Date: Mon, 3 Aug 2026 00:00:30 +0100 Subject: [PATCH] docs: fix stale bundle path in README after Spotlight rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1deaab7..8dbd1d5 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ brew install syscode-labs/public/bpm That one command is enough — Homebrew adds the `syscode-labs/public` tap automatically the first time, no separate `brew tap` step needed. - **On Linux**, this installs the `bpm` CLI. Run `bpm serve --db bpm.db --addr :8080`. -- **On macOS**, this installs *both*: the `bpm` CLI, and "Bambu Profile Manager" — a menu bar app that runs the same web UI as a small icon instead of a terminal command, in `/Applications`/Launchpad/Spotlight like any other app. Open it once: +- **On macOS**, this installs *both*: the `bpm` CLI, and "Bambu Profile Manager (bpm)" — a menu bar app that runs the same web UI as a small icon instead of a terminal command, in `/Applications`/Launchpad/Spotlight like any other app. Open it once: ```bash - open "/Applications/Bambu Profile Manager.app" + open "/Applications/Bambu Profile Manager (bpm).app" ``` It finds your real Bambu Studio directories on its own (no flags needed). Click its icon to open the web UI; right-click for status and Quit. It's unsigned (no Apple Developer account), so installing it removes the Gatekeeper quarantine flag automatically — you shouldn't see an "unidentified developer" warning.