Changes based on feedback

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-14 12:39:23 -05:00
parent e89f0d7470
commit 3d809a66bf
4 changed files with 3 additions and 15 deletions
+2 -3
View File
@@ -106,9 +106,8 @@ example [here](https://www.python.org/downloads/) to install it.
#### Could not execute command yarn install
Install yarn on your system with `npm install --global yarn` or for more details
refer to the
[prerequisites](https://backstage.io/docs/getting-started/#prerequisites)
Install Yarn on your system with `npm install --global yarn` or for more details
refer to the [prerequisites](index.md#prerequisites).
## Run the app
+1 -3
View File
@@ -15,9 +15,7 @@ system using tools like apt-get, npm, yarn, curl. Docker knowledge is also
helpful for making the best use of your Backstage installation.
If you are planning to contribute plugins or to the project in general, we advise
you to use the
[Contributors](https://backstage.io/docs/getting-started/contributors)
guide to do a repository-based installation.
you to use the [Contributors](contributors.md) guide to do a repository-based installation.
### Prerequisites