From 1934e70c5c5e3b99d857ff7b0854cec2f04d3015 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 25 Apr 2022 10:50:09 +0200 Subject: [PATCH] docs: Remove confusing wording from k8 plugin install Signed-off-by: Johan Haals --- docs/features/kubernetes/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/features/kubernetes/installation.md b/docs/features/kubernetes/installation.md index e920bd44ea..ec0355c7d8 100644 --- a/docs/features/kubernetes/installation.md +++ b/docs/features/kubernetes/installation.md @@ -13,9 +13,7 @@ If you haven't setup Backstage already, read the ## Adding the Kubernetes frontend plugin The first step is to add the Kubernetes frontend plugin to your Backstage -application. Navigate to your new Backstage application directory, and then to -your `packages/app` directory, and install the `@backstage/plugin-kubernetes` -package. +application. ```bash # From your Backstage root directory