From e5a13e928940af98941b7941d52dc21295a4cbf3 Mon Sep 17 00:00:00 2001 From: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:51:41 +0200 Subject: [PATCH] Update README.md Fix unclear installation instructions. Signed-off-by: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com> --- plugins/badges/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/badges/README.md b/plugins/badges/README.md index b881d100c4..65ace6226e 100644 --- a/plugins/badges/README.md +++ b/plugins/badges/README.md @@ -31,8 +31,11 @@ Here are some samples of badges for the `artists-lookup` service in the Demo Bac ### Install the package +Install the `@backstage/plugin-badges` package in your frontend app package: + ```bash -yarn add @backstage/plugin-badges +# From your Backstage root directory +yarn add --cwd packages/app @backstage/plugin-badges ``` ### Register plugin