Fix the installation path in docs (#1439)

Signed-off-by: Alena Varkockova <varkockova.a@gmail.com>
This commit is contained in:
Alena Varkockova 2018-08-15 20:31:01 +02:00 committed by Kevin Lingerfelt
parent e5ab124d76
commit 05515adeaf
1 changed files with 2 additions and 2 deletions

View File

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