Skip to content

Commit e46cee1

Browse files
authored
brew install skaffold
Proposing to add `brew install skaffold` installation method to README
1 parent e3d808c commit e46cee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ You will need the following components to get started with Skaffold:
8181
- `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
8282
- To download the latest OSX build, run:
8383
- `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
84+
- if using `homebrew`, you can `brew install skaffold`
8485

8586
. Kubernetes Cluster
8687
- link:https://kubernetes.io/docs/tasks/tools/install-minikube/[Minikube],

0 commit comments

Comments
 (0)