Update development.md to use Yarn

This commit is contained in:
Yuya Ochiai 2017-09-07 00:33:31 +09:00
parent a466e9f02f
commit 81bc55fe46

View file

@ -6,13 +6,14 @@
- C++ environment which supports C++11 (e.g. VS 2015, Xcode, GCC) - C++ environment which supports C++11 (e.g. VS 2015, Xcode, GCC)
- Python 2.7 - Python 2.7
- Node.js 4.2.0 or later - Node.js 4.2.0 or later
- Yarn
- Git - Git
### Installing dependencies ### Installing dependencies
After installation, dependencies of `src/` directory are also installed. After installation, dependencies of `src/` directory are also installed.
``` ```
$ npm install $ yarn
``` ```
### Building ### Building