Skip to content

Commit 4576cd3

Browse files
authored
Update README.md
1 parent 8a3468b commit 4576cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Data Entry form for IFPRI backend. Authentication handled with Auth0.
55
## Development environment
66
To set up the development environment for this website, you'll need to install the following on your system:
77

8-
- Node (v4.2.x) & Npm ([nvm](https://github.com/creationix/nvm) usage is advised)
8+
- Node (v6.x.x), Npm ([nvm](https://github.com/creationix/nvm) usage is advised), and [Yarn](https://yarnpkg.com/)
99

1010
> The versions mentioned are the ones used during development. It could work with newer ones.
1111
1212
After these basic requirements are met, run the following commands in the website's folder:
1313
```
14-
$ npm install
14+
$ yarn install
1515
```
1616

1717
### Getting started

0 commit comments

Comments
 (0)