From d3fcf47a962a19a7e6de47731814efcf5587f00d Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 9 Feb 2022 11:02:54 +0100 Subject: [PATCH] docs: use Backstage application directory Signed-off-by: Himanshu Mishra --- docs/getting-started/homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/homepage.md b/docs/getting-started/homepage.md index cb3a43b1fd..c497610e6e 100644 --- a/docs/getting-started/homepage.md +++ b/docs/getting-started/homepage.md @@ -17,7 +17,7 @@ Let's get started by installing the home plugin and creating a simple home page #### 1. Install the plugin ``` -# From the Backstage repository root +# From your Backstage application directory cd packages/app yarn add @backstage/plugin-home ```