docs: Update plugin installation commands

Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com>
This commit is contained in:
Sergey Shevchenko
2023-05-17 11:30:06 +03:00
parent 105f7129c3
commit 933fe2c344
4 changed files with 14 additions and 5 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ This plugin contains no other functionality.
## Installation
1. Install the plugin package in your Backstage app:
`cd packages/app && yarn add @backstage/plugin-analytics-module-ga4`
```sh
yarn add --cwd packages/app @backstage/@backstage/plugin-analytics-module-ga4
```
2. Wire up the API implementation to your App:
```tsx