[#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
+2 -4
View File
@@ -19,8 +19,7 @@ package.
```bash
# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-kubernetes
yarn add --cwd packages/app @backstage/plugin-kubernetes
```
Once the package has been installed, you need to import the plugin in your app
@@ -50,8 +49,7 @@ Navigate to `packages/backend` of your Backstage app, and install the
```bash
# From your Backstage root directory
cd packages/backend
yarn add @backstage/plugin-kubernetes-backend
yarn add --cwd packages/backend @backstage/plugin-kubernetes-backend
```
Create a file called `kubernetes.ts` inside `packages/backend/src/plugins/` and