Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions bru-cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</Callout>

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:

<Tabs>
<Tab title="pnpm">
Expand All @@ -30,5 +30,12 @@ To install the Bruno CLI, use the node package manager of your choice:
yarn global add @usebruno/cli
```
</Tab>
<Tab title="brew">
### Using brew

```bash
brew install bruno-cli
```
</Tab>
</Tabs>
For more details, visit the official [NPM Page for Bruno CLI <strong><sup>↗</sup></strong>](https://www.npmjs.com/package/@usebruno/cli)
For more details, visit the official [NPM Page for Bruno CLI <strong><sup>↗</sup></strong>](https://www.npmjs.com/package/@usebruno/cli)