Skip to content

Commit 6f76bf4

Browse files
authored
Add instruction to install using Scoop (#5566)
Added the `scoop install skaffold` command line to install using https://scoop.sh/
1 parent 34fb4c3 commit 6f76bf4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/en/docs/install/_index.md

+9
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ For more information about this defect see
144144
choco install -y skaffold
145145
```
146146

147+
### Scoop
148+
149+
Skaffold can be installed using the [Scoop package manager](https://scoop.sh/).
150+
This package is not maintained by the Skaffold team.
151+
152+
```powershell
153+
scoop install skaffold
154+
```
155+
147156
{{% /tab %}}
148157

149158
{{% tab "DOCKER" %}}

0 commit comments

Comments
 (0)