Merge pull request #16286 from JanCVanB/update_yarn_add_cwd_docs

Update docs to always use `yarn add --cwd` for app & backend
This commit is contained in:
Fredrik Adelöw
2023-02-14 12:15:20 +01:00
committed by GitHub
27 changed files with 76 additions and 46 deletions
+2 -3
View File
@@ -19,9 +19,8 @@ Here's how to get the backend up and running:
1. First we need to add the `@backstage/plugin-adr-backend` package to your backend:
```sh
# From the Backstage root directory
cd packages/backend
yarn add @backstage/plugin-adr-backend
# From your Backstage root directory
yarn add --cwd packages/backend @backstage/plugin-adr-backend
```
2. Then we will create a new file named `packages/backend/src/plugins/adr.ts`, and add the