Skip to content

Commit

Permalink
Update readme.md (#1407)
Browse files Browse the repository at this point in the history
Add flatpak to installation package managers
  • Loading branch information
CodeShakingSheep authored Jan 29, 2024
1 parent d311479 commit c0b5136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Pre-Orders for [Golden Edition](https://www.usebruno.com/pricing) launching soon

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, Scoop, Snap and Apt.
You can also install Bruno via package managers like Homebrew, Chocolatey, Scoop, Snap, Flatpak and Apt.

```sh
# On Mac via Homebrew
Expand All @@ -52,6 +52,9 @@ scoop install bruno
# On Linux via Snap
snap install bruno

# On Linux via Flatpak
flatpak install com.usebruno.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
Expand Down

0 comments on commit c0b5136

Please sign in to comment.