Skip to content

Commit 72ec1b8

Browse files
authored
Merge pull request #172 from TraGicCode/remove/winget-install-for-now
Remove winget install method until package gets approved
2 parents cdcc4c3 + f30dc07 commit 72ec1b8

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Busly CLI
55

6-
76
[![GitHub Release](https://img.shields.io/github/v/release/tragiccode/busly-cli?logo=github)](https://github.com/tragiccode/busly-cli/releases)
87
[![NuGet Downloads](https://img.shields.io/nuget/dt/dotnet-busly.svg?logo=nuget)](https://www.nuget.org/packages/dotnet-busly)
98
[![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
2524
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
2625
- ⚙️ **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.
2726
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
28-
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
27+
- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
2928

3029
## Docs
3130

website/docs/introduction/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
2323
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
2424
- ⚙️ **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.
2525
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
26-
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
26+
- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
2727

2828
<DocCardList />

website/docs/introduction/quick-start.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ Busly CLI was built from the ground up for cross-platform compatibility and offe
1818
choco install busly-cli -y
1919
```
2020

21-
</TabItem>
22-
<TabItem value="winget" label="WinGet">
23-
24-
```bash
25-
winget install TragicCode.BuslyCLI
26-
```
27-
2821
</TabItem>
2922
<TabItem value="docker" label="Docker">
3023

0 commit comments

Comments
 (0)