Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently. This format seems to work and be the most popular/common, so I applied it to all similar occurrences. Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
This commit is contained in:
@@ -7,10 +7,9 @@ With this plugin, you can view data from XCMetrics directly in Backstage.
|
||||
|
||||
## Getting started
|
||||
|
||||
From `packages/app`:
|
||||
|
||||
```bash
|
||||
yarn add @backstage/plugin-xcmetrics
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-xcmetrics
|
||||
```
|
||||
|
||||
In `packages/app/src/App.tsx`, add the following:
|
||||
|
||||
Reference in New Issue
Block a user