mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
Add Scoop installation to README
This commit is contained in:
parent
0e320535a8
commit
0d9b5451fe
@ -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