Skip to content

Commit

Permalink
chore: added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Nov 1, 2023
1 parent 87b3412 commit cd9276f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,28 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v

### Installation

Bruno is available as binary download [on our website](https://www.usebruno.com/downloads) or via homebrew
Bruno is available as binary download [on our website](https://www.usebruno.com/downloads) for Mac, Windows and Linux.

You can also install Bruno via package managers like Homebrew, Chocolatey, Snap and Apt.

```sh
# On Mac via Homebrew
brew install bruno

# On Windows via Chocolatey
choco install bruno

# On Linux via Snap
snap install bruno

# On Linux via Apt
sudo mkdir -p /etc/apt/keyrings
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266

echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list

sudo apt update
sudo apt install bruno
```

### Run across multiple platforms 🖥️
Expand Down

0 comments on commit cd9276f

Please sign in to comment.