From de6fcb0822387da055d45e1f0ecd9c394734b4e5 Mon Sep 17 00:00:00 2001 From: pamelin Date: Thu, 16 Feb 2023 09:42:03 +0000 Subject: [PATCH] fix: add a comment to installation instructions to README.md Signed-off-by: pamelin --- plugins/stackstorm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/stackstorm/README.md b/plugins/stackstorm/README.md index 1671e6150f..0d5caeaca2 100644 --- a/plugins/stackstorm/README.md +++ b/plugins/stackstorm/README.md @@ -16,6 +16,7 @@ One of the quickest ways is [running StackStorm with Docker](https://docs.stacks 1. Install the plugin with `yarn` in the root of your Backstage directory ```bash +# From your Backstage root directory yarn --cwd packages/app add @backstage/plugin-stackstorm ```