mirror of https://github.com/hashicorp/consul
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`pull/11165/head
parent
56d0ba4743
commit
10b52a284b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue