From 141ffdf5cf7fbee2fc6d9514c5e200d7271f8d6b Mon Sep 17 00:00:00 2001 From: Augustas Date: Wed, 1 Nov 2023 15:58:04 +0100 Subject: [PATCH] [Docs] linkerd CLI path (#1703) Signed-off-by: AugustasV --- linkerd.io/content/2.14/getting-started/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linkerd.io/content/2.14/getting-started/_index.md b/linkerd.io/content/2.14/getting-started/_index.md index 2f85902645..ffdc21e290 100644 --- a/linkerd.io/content/2.14/getting-started/_index.md +++ b/linkerd.io/content/2.14/getting-started/_index.md @@ -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