@holdyourvoice/hyv 2.9.11 → 2.9.13

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
@@ -13,6 +13,18 @@ npx @holdyourvoice/hyv scan draft.md
13
13
 
14
14
  ## install
15
15
 
16
+ **Recommended** (installs node automatically if missing):
17
+
18
+ ```bash
19
+ # mac / linux
20
+ curl -fsSL https://holdyourvoice.com/install.sh | bash
21
+
22
+ # windows (powershell)
23
+ irm https://holdyourvoice.com/install.ps1 | iex
24
+ ```
25
+
26
+ Already have node 18+?
27
+
16
28
  ```bash
17
29
  npm i -g @holdyourvoice/hyv
18
30
  ```