Add Yarn < v1.0 disclaimer

This commit is contained in:
Fabio Berger 2017-12-20 14:51:04 +01:00
parent a0f5ceddce
commit 23aa3ec5ea

View File

@ -49,6 +49,11 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting
### Install Dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
```bash
yarn config set workspaces-experimental true
```
```bash
yarn install
```