From 59e44d4e9623cdb78af0095b908bd18e35667a46 Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Fri, 26 Jan 2024 19:11:28 +0300 Subject: [PATCH] feat: add scoop note Co-authored-by: 1MoreRaiday <123898931+1MoreRaiday@users.noreply.github.com> --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 32656bc66..6b8c6f8c9 100644 --- a/README.md +++ b/README.md @@ -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.