From 3c3b253fedca09047e1a11242da79c9073c5b2fd Mon Sep 17 00:00:00 2001 From: yutaroon Date: Fri, 11 Dec 2020 09:34:16 +0900 Subject: [PATCH] fix: installation command to fully qualified --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 72588ca..7ed207e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,7 +27,7 @@ For those using [Homebrew](https://brew.sh/) you can use the kubeval tap: ``` brew tap instrumenta/instrumenta -brew install kubeval +brew install instrumenta/instrumenta/kubeval ``` ## Windows