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`
This commit is contained in:
David Yu 2021-09-27 22:11:54 -07:00 committed by GitHub
parent 0069c586df
commit 208389f5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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