From f30dc0764077001a7832844923493a83dde1cc1c Mon Sep 17 00:00:00 2001
From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com>
Date: Fri, 26 Dec 2025 09:54:20 -0600
Subject: [PATCH] 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, 2 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 42f9004..f75bc4a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
# Busly CLI
-
[](https://github.com/tragiccode/busly-cli/releases)
[](https://www.nuget.org/packages/dotnet-busly)
[](https://hub.docker.com/r/tragiccode/busly-cli/)
@@ -25,7 +24,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**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
+- 📦 **Multiple installation options** – Install via **Chocolatey**, **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 0aee05d..fa6bc03 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**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
+- 📦 **Multiple installation options** – Install via **Chocolatey**, **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 8279102..5a19b8b 100644
--- a/website/docs/introduction/quick-start.mdx
+++ b/website/docs/introduction/quick-start.mdx
@@ -18,13 +18,6 @@ Busly CLI was built from the ground up for cross-platform compatibility and offe
choco install busly-cli -y
```
-
-
-
-```bash
-winget install TragicCode.BuslyCLI
-```
-