Skip to content

Commit

Permalink
Merge pull request #1255 from bennycode/patch-1
Browse files Browse the repository at this point in the history
Fix winget installation command
  • Loading branch information
heitortsergent authored Sep 5, 2023
2 parents 8b32c22 + 35c325b commit 3fb8f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ choco install k6
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):

```
winget install k6
winget install k6 --source winget
```

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

0 comments on commit 3fb8f96

Please sign in to comment.