Clarify create plugin step

This commit is contained in:
Adam Harvey
2021-01-29 14:20:55 -05:00
parent baf5615b51
commit a14d702a7d
+3 -2
View File
@@ -9,8 +9,9 @@ A Backstage Plugin adds functionality to Backstage.
## Create a Plugin
To create a new plugin, make sure you've run `yarn install` and installed
dependencies, then run the following on your command line (invoking the
`backstage-cli`).
dependencies, then run the following on your command line (a shortcut to
invoking the [`backstage-cli create-plugin`](../cli/commands.md#create-plugin))
from the root of your project.
```bash
yarn create-plugin