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.