From 10b52a284b7451857ac39153853244216a538d23 Mon Sep 17 00:00:00 2001 From: David Yu Date: Mon, 27 Sep 2021 22:11:54 -0700 Subject: [PATCH] docs: consul-k8s cli install, add `bin/` to source path (#11146) Add `bin/` to path from which you move `consul-k8s` to `/usr/local/bin/consul-k8s` --- website/content/docs/k8s/k8s-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index f996be9dfe..6dd71e894c 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -24,7 +24,7 @@ This topic describes the commands, subcommands, and available options for using 1. (Optional) Move the binary to you `$PATH` for ease of use, e.g.: ```shell-session - mv consul-k8s /usr/local/bin/consul-k8s + mv bin/consul-k8s /usr/local/bin/consul-k8s ``` ## Usage