From ad56d710e6f2d7851941a6465374af99c3ae97bd Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 23 Oct 2018 21:26:32 +0200 Subject: [PATCH] updated install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c412ea554..071f08a21 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ``` bash # NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions # install all dependencies +$ cd styleguide && yarn install --ignore-engines && cd .. $ yarn install --ignore-engines ```