Skip to content

Commit 3fb8f96

Browse files
Merge pull request #1255 from bennycode/patch-1
Fix winget installation command
2 parents 8b32c22 + 35c325b commit 3fb8f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/01 Get started/02 Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ choco install k6
4545
If you use the [Windows Package Manager](https://github.com/microsoft/winget-cli), install the official packages from the k6 manifests [(created by the community)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/k/k6/k6):
4646

4747
```
48-
winget install k6
48+
winget install k6 --source winget
4949
```
5050

5151
Alternatively, you can download and run [the latest official installer](https://dl.k6.io/msi/k6-latest-amd64.msi).

0 commit comments

Comments
 (0)