From 8ae947a0f9a6409214487d1a1671f78b9dc88234 Mon Sep 17 00:00:00 2001
From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com>
Date: Thu, 1 Jan 2026 18:21:46 -0600
Subject: [PATCH] Revert "Remove winget install method until package gets
approved"
---
README.md | 3 ++-
website/docs/introduction/introduction.mdx | 2 +-
website/docs/introduction/quick-start.mdx | 7 +++++++
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f75bc4a..42f9004 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
# Busly CLI
+
[](https://github.com/tragiccode/busly-cli/releases)
[](https://www.nuget.org/packages/dotnet-busly)
[](https://hub.docker.com/r/tragiccode/busly-cli/)
@@ -24,7 +25,7 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
- ⚙️ **Transport configuration file** – Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
-- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
+- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
## Docs
diff --git a/website/docs/introduction/introduction.mdx b/website/docs/introduction/introduction.mdx
index fa6bc03..0aee05d 100644
--- a/website/docs/introduction/introduction.mdx
+++ b/website/docs/introduction/introduction.mdx
@@ -23,6 +23,6 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
- ⚙️ **Transport configuration file** – Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
-- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
+- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
diff --git a/website/docs/introduction/quick-start.mdx b/website/docs/introduction/quick-start.mdx
index 5a19b8b..8279102 100644
--- a/website/docs/introduction/quick-start.mdx
+++ b/website/docs/introduction/quick-start.mdx
@@ -18,6 +18,13 @@ Busly CLI was built from the ground up for cross-platform compatibility and offe
choco install busly-cli -y
```
+
+
+
+```bash
+winget install TragicCode.BuslyCLI
+```
+