Skip to content

Commit

Permalink
[Docs] linkerd CLI path (#1703)
Browse files Browse the repository at this point in the history
Signed-off-by: AugustasV <[email protected]>
  • Loading branch information
AugustasV authored Nov 1, 2023
1 parent 2c2796c commit 141ffdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion linkerd.io/content/2.14/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ To install the CLI manually, run:
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
```

Be sure to follow the instructions to add it to your path.
Be sure to follow the instructions to add it to your path:

```bash
export PATH=$HOME/.linkerd2/bin:$PATH
```

(Alternatively, if you use [Homebrew](https://brew.sh), you can install the CLI
with `brew install linkerd`. You can also download the CLI directly via the
Expand Down

0 comments on commit 141ffdf

Please sign in to comment.