diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index ac26f4bcd8b2..b084b32bd1f1 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -64,12 +64,10 @@ If it's the only version of node installed, it will automatically be set to the #### Install `yarn` -Take a look at the [latest Yarn release](https://github.com/yarnpkg/berry/releases/latest), note the version number, and run: +To install yarn run: ```bash -$ npm i -g corepack - -$ corepack prepare yarn@ --activate +$ npm i -g yarn ``` (See the [Yarn installation documentation](https://yarnpkg.com/getting-started/install) for more information.)