Skip to content

Commit a6ae129

Browse files
authored
Merge pull request #175 from TraGicCode/revert-172-remove/winget-install-for-now
Revert "Remove winget install method until package gets approved"
2 parents f63445f + 8ae947a commit a6ae129

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

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

44
# Busly CLI
55

6+
67
[![GitHub Release](https://img.shields.io/github/v/release/tragiccode/busly-cli?logo=github)](https://github.com/tragiccode/busly-cli/releases)
78
[![NuGet Downloads](https://img.shields.io/nuget/dt/dotnet-busly.svg?logo=nuget)](https://www.nuget.org/packages/dotnet-busly)
89
[![Docker Downloads](https://img.shields.io/docker/pulls/tragiccode/busly-cli.svg?logo=docker)](https://hub.docker.com/r/tragiccode/busly-cli/)
@@ -24,7 +25,7 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
2425
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
2526
- ⚙️ **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.
2627
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
27-
- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
28+
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
2829

2930
## Docs
3031

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**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
26+
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ 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+
2128
</TabItem>
2229
<TabItem value="docker" label="Docker">
2330

0 commit comments

Comments
 (0)