From 28ea6d42f39f403bfaff2fdeebc080bb0dd8632e Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Mon, 6 May 2024 18:38:22 +0200 Subject: [PATCH] docs update Signed-off-by: Peter Macdonald --- .eslintignore | 3 ++- README.md | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index e6d3af8..a1b6486 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,4 +6,5 @@ playwright.config.ts **/build/** **/.git/** **/templates/** -**/sample-templates/** \ No newline at end of file +**/sample-templates/** +**/.yarn/** \ No newline at end of file diff --git a/README.md b/README.md index a5d78de..28fda64 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,16 @@ Like what you see? Feel free to star this repository and share it with your frie Run the following yarn commands to add all the required packages to your Backstage application: +In your `packages/app` directory: + +```bash +yarn add @parsifal-m/backstage-plugin-open-feedback +``` + +In your `packages/backend` directory: + ```bash -yarn add @parsifal-m/backstage-plugin-open-feedback-backend @parsifal-m/backstage-plugin-open-feedback-common @parsifal-m/backstage-plugin-open-feedback +yarn add @parsifal-m/backstage-plugin-open-feedback-backend ``` ## Adding the OpenFeedback Backend to your Backstage Application @@ -79,7 +87,7 @@ import { OpenFeedbackModal } from '@parsifal-m/backstage-plugin-open-feedback'; {/* Other SidebarItems */}