From e2a2402b48ece838344a71ec5cc199bb423dd910 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Wed, 1 Jun 2022 16:36:10 +0800 Subject: [PATCH] Make documentation descriptions clearer and make it easier for users to find the `kubectl-karmada` executable file Signed-off-by: AllenZMC --- docs/installation/install-kubectl-karmada.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/install-kubectl-karmada.md b/docs/installation/install-kubectl-karmada.md index a78b5559c..5a34c165b 100644 --- a/docs/installation/install-kubectl-karmada.md +++ b/docs/installation/install-kubectl-karmada.md @@ -48,4 +48,4 @@ Clone karmada repo and run `make` cmd from the repository: make kubectl-karmada ``` -Next, move the `kubectl-karmada` executable file to the `PATH` path. +Next, move the `kubectl-karmada` executable file under the `_output` folder in the project root directory to the `PATH` path.