diff --git a/README.md b/README.md index e57de2edd..25dabc03d 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ ### Install ``` 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 .. +$ cd styleguide && yarn install && cd .. $ yarn run styleguide:build -$ yarn install --ignore-engines +$ yarn install ``` ### Development