kandown 0.3.4 → 0.3.5

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.
Files changed (3) hide show
  1. package/README.md +11 -5
  2. package/dist/index.html +332 -332
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -127,14 +127,20 @@ It also copies `AGENT_KANDOWN.md` to the project root and wires it into your `AG
127
127
 
128
128
  ## 🖥️ CLI Commands
129
129
 
130
+ ### Installation
131
+
132
+ **Always install globally first:**
133
+
134
+ ```bash
135
+ npm install -g kandown
136
+ ```
137
+
138
+ Then run from any project directory. Upgrades are automatic — just run `kandown` again.
139
+
130
140
  ### Usage
131
141
 
132
142
  ```bash
133
- # If installed globally (recommended):
134
143
  kandown [command] [options]
135
-
136
- # Or with npx (no install needed):
137
- npx kandown [command] [options]
138
144
  ```
139
145
 
140
146
  ### Commands
@@ -335,7 +341,7 @@ Disabled fields are hidden from cards, list view, the task drawer, and metadata
335
341
  | Firefox | ❌ (no File System Access API) |
336
342
  | Safari | ❌ (no File System Access API) |
337
343
 
338
- > **Server mode** (`kandown` CLI command) works in all browsers — it proxies file operations through a local REST API, bypassing the File System Access API requirement.
344
+ > **Server mode** (run `kandown` from the CLI, no browser install needed) works in all browsers — it proxies file operations through a local REST API, bypassing the File System Access API requirement.
339
345
 
340
346
  ---
341
347