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)