We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889a44f commit 166e0ffCopy full SHA for 166e0ff
1 file changed
src/content/docs/setup/install.mdx
@@ -56,6 +56,17 @@ For Windows users using the [Scoop](https://scoop.sh/) package manager.
56
scoop install kubecolor
57
```
58
59
+## winget
60
+
61
+[](https://repology.org/project/kubecolor/versions)
62
63
+For Windows users using the [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
64
+package manager.
65
66
+```sh
67
+winget install --id Kubecolor.kubecolor
68
+```
69
70
## Nix
71
72
[](https://repology.org/project/kubecolor/versions)
0 commit comments