mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
Merge pull request #1086 from tech189/tech189-scoop-patch
docs: Add Scoop installation info to README
This commit is contained in:
commit
8d372fcdbc
@ -28,7 +28,7 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v
|
||||
|
||||
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.
|
||||
You can also install Bruno via package managers like Homebrew, Chocolatey, Scoop, Snap and Apt.
|
||||
|
||||
```sh
|
||||
# On Mac via Homebrew
|
||||
@ -37,6 +37,10 @@ brew install bruno
|
||||
# On Windows via Chocolatey
|
||||
choco install bruno
|
||||
|
||||
# On Windows via Scoop
|
||||
scoop bucket add extras
|
||||
scoop install bruno
|
||||
|
||||
# On Linux via Snap
|
||||
snap install bruno
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user