Skip to content

Commit 8ddbb27

Browse files
committed
Document WinGet installation method
1 parent fc425ea commit 8ddbb27

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/test_prebuilt_binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ jobs:
233233

234234
test-choco-install:
235235
name: Test Chocolatey install on Windows (Git Bash)
236+
if: false # enable once 0.2.0 makes it to Chocolatey
236237
runs-on: windows-latest
237238
defaults:
238239
run:

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, yo
8080
choco install celq
8181
```
8282

83+
### WinGet (Windows)
84+
85+
If you are a [WinGet](https://learn.microsoft.com/windows/package-manager/winget/) user on Windows, you can install `celq` with:
86+
87+
```bash
88+
winget install IvanIsCoding.celq
89+
```
90+
8391
### Cargo
8492

8593
#### Installing From Source

docs/installation_guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, yo
6868
choco install celq
6969
```
7070

71+
### WinGet (Windows)
72+
73+
If you are a [WinGet](https://learn.microsoft.com/windows/package-manager/winget/) user on Windows, you can install `celq` with:
74+
75+
```bash
76+
winget install IvanIsCoding.celq
77+
```
78+
7179
### Cargo
7280

7381
#### Installing From Source

0 commit comments

Comments
 (0)