[#10459] 📝 Update documentation to use yarn --cwd arg

Signed-off-by: LvffY <louberger@hotmail.fr>
This commit is contained in:
LvffY
2022-03-29 21:59:53 +02:00
parent d8dd90927e
commit 22bd2bead1
14 changed files with 28 additions and 43 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ Note the `s3-discovery` type, as this is not a regular `url` processor.
As this processor is not one of the default providers, you will first need to install the AWS catalog plugin:
```shell
cd packages/backend
yarn install @backstage/plugin-catalog-backend-module-aws
```bash
# From the Backstage root directory
yarn install --cwd packages/backend @backstage/plugin-catalog-backend-module-aws
```
Once you've done that, you'll also need to add the segment below to `packages/backend/src/plugins/catalog.ts`: