yarn install in README

This commit is contained in:
Stefan Ålund
2020-03-16 10:12:57 +01:00
committed by GitHub
parent 4dda4695fb
commit e56ab9726d
+1 -1
View File
@@ -50,7 +50,7 @@ To run the Backstage frontend, you will need to have the following installed:
Open a terminal window and start the web app using the following commands from the project root:
```bash
$ yarn # may take a while
$ yarn install # may take a while
$ yarn start
```