From d5e9b667f779a64489a36a3ce83d891bf337c632 Mon Sep 17 00:00:00 2001 From: Varun Nuthalapati Date: Fri, 12 Jun 2026 14:29:27 -0700 Subject: [PATCH] docs: clarify macOS first-run experience --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fc276fdc..792f3f52 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ The first launch guides you through configuration automatically. Supported optio - **Import from Claude Code** — migrate existing authentication in one step - **Custom Provider** — add any OpenAI-compatible API in the TUI +### First Run + +- The installed binary is named `mimo`, not `mimocode`. +- The installer adds `~/.mimocode/bin` to `PATH` via your shell rc file. Open a new terminal (or `source` your rc file) before running `mimo`. +- The first `mimo --help` or launch runs a one-time database migration — this is expected. +- If the default model returns `403 region unavailable`, press `Ctrl+X` then select a different model (e.g. a free/available one). + --- ## Core Features