From e56ab9726d296acbc08e43e8a24251cad9233b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 16 Mar 2020 10:12:57 +0100 Subject: [PATCH] yarn install in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7df8190c9..19793f538a 100644 --- a/README.md +++ b/README.md @@ -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 ```