diff --git a/README.md b/README.md index 42f9004..f75bc4a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # Busly CLI - [![GitHub Release](https://img.shields.io/github/v/release/tragiccode/busly-cli?logo=github)](https://github.com/tragiccode/busly-cli/releases) [![NuGet Downloads](https://img.shields.io/nuget/dt/dotnet-busly.svg?logo=nuget)](https://www.nuget.org/packages/dotnet-busly) [![Docker Downloads](https://img.shields.io/docker/pulls/tragiccode/busly-cli.svg?logo=docker)](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 -``` -