From 5aad7daec94904d82fb40dceccbead0af1491fb2 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Sun, 2 Feb 2025 13:29:56 -0500 Subject: [PATCH] README fixes Signed-off-by: Kashish Mittal --- .../code-coverage/plugins/code-coverage-backend/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workspaces/code-coverage/plugins/code-coverage-backend/README.md b/workspaces/code-coverage/plugins/code-coverage-backend/README.md index 442f8a86d0..6e97101455 100644 --- a/workspaces/code-coverage/plugins/code-coverage-backend/README.md +++ b/workspaces/code-coverage/plugins/code-coverage-backend/README.md @@ -4,7 +4,10 @@ This is the backend part of the `code-coverage` plugin. It takes care of process ## Installation -The code coverage backend plugin has support for the [new backend system](https://backstage.io/docs/backend-system/), here's how you can set that up: +```sh +# From your Backstage root directory +yarn --cwd packages/backend add @backstage-community/plugin-code-coverage-backend +``` In your `packages/backend/src/index.ts` make the following changes: