docs: specify to use yarn v1 not v2 (#3799)

Co-authored-by: David Luzar <luzar.david@gmail.com>
Esse commit está contido em:
Jakub Koralewski
2021-07-05 18:01:52 +02:00
commit de GitHub
commit 3c295559c7
2 arquivos alterados com 3 adições e 1 exclusões
+2
Ver Arquivo
@@ -5,9 +5,11 @@
.env.test.local .env.test.local
.envrc .envrc
.eslintcache .eslintcache
.history
.idea .idea
.vercel .vercel
.vscode .vscode
.yarn
*.log *.log
*.tgz *.tgz
build build
+1 -1
Ver Arquivo
@@ -93,7 +93,7 @@ These instructions will get you a copy of the project up and running on your loc
#### Requirements #### Requirements
- [Node.js](https://nodejs.org/en/) - [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/getting-started/install) - [Yarn](https://yarnpkg.com/getting-started/install) (v1 or v2.4.2+)
- [Git](https://git-scm.com/downloads) - [Git](https://git-scm.com/downloads)
#### Clone the repo #### Clone the repo