@openinference/cli 1.0.0 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,15 @@ Not an agent. A hardware-aware model package manager on top of [Ollama](https://
6
6
 
7
7
  ## Quick start
8
8
 
9
+ **Global install (recommended — type `oi` anytime):**
10
+
11
+ ```bash
12
+ npm install -g @openinference/cli
13
+ oi
14
+ ```
15
+
16
+ **Or run once without installing:**
17
+
9
18
  ```bash
10
19
  npx @openinference/cli
11
20
  ```