privateboard 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "privateboard",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "PrivateBoard · your private board meeting, on call. Local-first, multi-agent thinking amplifier.",
5
5
  "type": "module",
6
6
  "bin": {
package/public/home.html CHANGED
@@ -1304,12 +1304,12 @@
1304
1304
  <span class="ok">▸</span> requires <span class="hl">node 18+</span> · opens at <span class="hl">http://localhost:3030</span>
1305
1305
  </div>
1306
1306
  <div class="install-line ghost">
1307
- <span class="dim"># or, if you prefer homebrew</span>
1307
+ <span class="dim"># or install globally</span>
1308
1308
  </div>
1309
1309
  <div class="install-line">
1310
1310
  <span class="prompt">$</span>
1311
- <span class="cmd"><span class="bin">brew</span> install privateboard</span>
1312
- <button type="button" class="copy-btn" data-copy="brew install privateboard" aria-label="Copy command">copy</button>
1311
+ <span class="cmd"><span class="bin">npm</span> install -g privateboard</span>
1312
+ <button type="button" class="copy-btn" data-copy="npm install -g privateboard" aria-label="Copy command">copy</button>
1313
1313
  </div>
1314
1314
  </div>
1315
1315
  </div>