From da5a1ad8985afa999803400b1cf68c7becf0311e Mon Sep 17 00:00:00 2001 From: "T.K.Egan" Date: Fri, 24 Apr 2026 09:15:02 -0400 Subject: [PATCH] Document that bruno-cli can be installed with Homebrew --- bru-cli/installation.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bru-cli/installation.mdx b/bru-cli/installation.mdx index 59254844..b60953fc 100644 --- a/bru-cli/installation.mdx +++ b/bru-cli/installation.mdx @@ -6,7 +6,7 @@ title: "Installation" Make sure you have Node.js installed on your local system. It is recommended to use the latest LTS version (Node 18 or higher). -To install the Bruno CLI, use the node package manager of your choice: +To install the Bruno CLI, use the package manager of your choice: @@ -30,5 +30,12 @@ To install the Bruno CLI, use the node package manager of your choice: yarn global add @usebruno/cli ``` + + ### Using brew + + ```bash + brew install bruno-cli + ``` + -For more details, visit the official [NPM Page for Bruno CLI ](https://www.npmjs.com/package/@usebruno/cli) \ No newline at end of file +For more details, visit the official [NPM Page for Bruno CLI ](https://www.npmjs.com/package/@usebruno/cli)