docs: Add notes about backstage root dir

Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com>
This commit is contained in:
Sergey Shevchenko
2023-05-18 10:56:10 +03:00
parent 662b446d3c
commit 56575be2a2
8 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ The file paths mentioned in the following steps are relative to your app's root
First, install the PagerDuty plugin via a CLI:
```bash
# From your Backstage app root directory
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-pagerduty
```