feat: add scoop note

Co-authored-by: 1MoreRaiday <123898931+1MoreRaiday@users.noreply.github.com>
This commit is contained in:
ZavaruKitsu 2024-01-26 19:11:28 +03:00
parent 9321f22a9e
commit 59e44d4e96

View file

@ -25,9 +25,20 @@ And many more. Check out our [Documentation](https://docs.ayugram.one/desktop/).
### Windows
#### Official
You can download prebuilt Windows binary from [Releases tab](https://github.com/AyuGram/AyuGramDesktop/releases) or from
the [Telegram topic](https://t.me/ayugramchat/12788).
#### Scoop
```bash
scoop bucket add extras
scoop install ayugram
```
#### Self-built
Follow [official guide](https://github.com/AyuGram/AyuGramDesktop/blob/dev/docs/building-win-x64.md) if you want to
build by yourself.