mirror of https://github.com/linkerd/linkerd2.git
Fix the installation path in docs (#1439)
Signed-off-by: Alena Varkockova <varkockova.a@gmail.com>
This commit is contained in:
parent
e5ab124d76
commit
05515adeaf
|
@ -66,7 +66,7 @@ cluster.
|
||||||
```bash
|
```bash
|
||||||
Downloading linkerd-{{% latestversion %}}-macos...
|
Downloading linkerd-{{% latestversion %}}-macos...
|
||||||
Linkerd was successfully installed 🎉
|
Linkerd was successfully installed 🎉
|
||||||
Copy $HOME/.linkerd/bin/linkerd into your PATH. Then run
|
Copy $HOME/.linkerd2/bin/linkerd into your PATH. Then run
|
||||||
linkerd install | kubectl apply -f -
|
linkerd install | kubectl apply -f -
|
||||||
to deploy Linkerd to Kubernetes. Once deployed, run
|
to deploy Linkerd to Kubernetes. Once deployed, run
|
||||||
linkerd dashboard
|
linkerd dashboard
|
||||||
|
@ -78,7 +78,7 @@ Visit linkerd.io for more information.
|
||||||
[Linkerd releases page](https://github.com/linkerd/linkerd2/releases/v{{% latestversion %}}).
|
[Linkerd releases page](https://github.com/linkerd/linkerd2/releases/v{{% latestversion %}}).
|
||||||
|
|
||||||
### Next, add linkerd to your path with:
|
### Next, add linkerd to your path with:
|
||||||
#### `export PATH=$PATH:$HOME/.linkerd/bin`
|
#### `export PATH=$PATH:$HOME/.linkerd2/bin`
|
||||||
|
|
||||||
### Verify the CLI is installed and running correctly with:
|
### Verify the CLI is installed and running correctly with:
|
||||||
#### `linkerd version`
|
#### `linkerd version`
|
||||||
|
|
Loading…
Reference in New Issue