Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="info" title="Prerequisites">
Expand All @@ -13,7 +14,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
Expand Down
Loading