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:
Jan Van Bruggen
2023-02-09 13:34:03 -07:00
parent 92444b3521
commit c51efce2a0
27 changed files with 76 additions and 46 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ This is the frontend part of the code-coverage plugin. It displays code coverage
## Installation
`yarn workspace app add @backstage/plugin-code-coverage`
```sh
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-code-coverage
```
Finally you need to import and render the code coverage entity, in `packages/app/src/components/catalog/EntityPage.tsx` add the following: