add examples
[webi-installers/.git] / brew / brew.bash
index 2cdd6d78138c6d5ecc6d9d48384c33283394748f..e95a5726a89f0b3bda548da5a39d482556e1b296 100644 (file)
@@ -5,6 +5,10 @@
 # tagline: The Missing Package Manager for macOS (or Linux)
 # description: |
 #   Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
+# examples: |
+#   ```bash
+#   brew install node
+#   ```
 
 # Straight from https://brew.sh
 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"