Fix installation command

Signed-off-by: gaelgoth <gothuey.gael@gmail.com>
This commit is contained in:
gaelgoth
2025-10-15 15:25:39 +02:00
parent 973c839814
commit f157f43cbd
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-mui-to-bui': patch
---
Fix installation command
+1 -1
View File
@@ -11,7 +11,7 @@ The Backstage UI Themer helps you convert an existing MUI v5 theme into Backstag
Run this from your Backstage repo root:
```bash
yarn add --cwd packages/app @backstage/plugin-mui-to-bui
yarn --cwd packages/app add @backstage/plugin-mui-to-bui
```
### 2) Wire it up depending on your frontend system