Review comments

This commit is contained in:
Marcus Eide
2020-04-03 14:32:30 +02:00
parent ea2e4fec53
commit 46e7969dd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ A Backstage Plugin adds functionality to Backstage.
## Create a plugin
To create a new plugin, make sure you've run `yarn` and installed dependencies, then run the following on your command line (invoking the `backstage-cli`).
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`).
```bash
yarn create-plugin
+1 -1
View File
@@ -1,6 +1,6 @@
# Backstage App
If you want to get setup quickly with your own Backstage project you can create a Backstage App.
If you want to get set up quickly with your own Backstage project you can create a Backstage App.
A Backstage App is a monorepo setup with `lerna` that includes everything you need to run Backstage in your own environment.