Add Homebrew instructions (#1416)

Hello, rustic is now available via Homebrew.

https://formulae.brew.sh/formula/rustic
This commit is contained in:
Jiri Pospisil 2025-03-02 10:40:37 +01:00 committed by GitHub
parent d1b11f9c5f
commit 002a8b2e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,14 @@ cargo binstall rustic-rs
scoop install rustic
```
#### macOS
##### [Homebrew](https://brew.sh/)
```bash
brew install rustic
```
Or you can check out the
[releases](https://github.com/rustic-rs/rustic/releases).