From 0adbbe31e73d6681faca09ec38d7183a56043b1b Mon Sep 17 00:00:00 2001 From: robert-inkeep <123133375+robert-inkeep@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:54:40 -0400 Subject: [PATCH 1/2] Clarify installation instructions for OpenKnowledge CLI Reword the installation note to describe the result ("run `ok` from anywhere") instead of implying that the installer adds `ok` to PATH. --- docs/content/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/cli.mdx b/docs/content/reference/cli.mdx index 99a9a4d9..cd413fea 100644 --- a/docs/content/reference/cli.mdx +++ b/docs/content/reference/cli.mdx @@ -13,7 +13,7 @@ On macOS, use the [desktop app](/docs/get-started/quickstart) for the smoothest ## Install -Install the OpenKnowledge CLI globally to put `ok` on your `PATH`: +Install the OpenKnowledge CLI globally so you can run `ok` from anywhere: ```bash npm install -g @inkeep/open-knowledge From 4fa26efabce2c86c741881bf5aa00840f1daaa49 Mon Sep 17 00:00:00 2001 From: robert-inkeep <123133375+robert-inkeep@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:55:51 -0400 Subject: [PATCH 2/2] newline --- docs/content/reference/cli.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/reference/cli.mdx b/docs/content/reference/cli.mdx index cd413fea..45d7ed80 100644 --- a/docs/content/reference/cli.mdx +++ b/docs/content/reference/cli.mdx @@ -3,6 +3,7 @@ title: CLI & web app icon: LuTerminal description: Install the ok CLI and run the OpenKnowledge web app in your browser — on Linux, Windows, or an Intel Mac. --- + On macOS, use the [desktop app](/docs/get-started/quickstart) for the smoothest experience. On **Linux**, **Windows**, or an **Intel Mac**, install the `ok` CLI from npm and run the **same editor as a local web app** in your browser.