From cd9276f4d2b5605cfa7ed7fd639bdcc01727cf76 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 1 Nov 2023 18:23:27 +0530 Subject: [PATCH] chore: added installation instructions --- readme.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 69f78b0f2..31f50ffa5 100644 --- a/readme.md +++ b/readme.md @@ -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 🖥️