Note Java requirement for npm run elasticsearch.

This commit is contained in:
Jesse McCarthy 2015-12-11 13:55:18 -05:00
parent d7156cd95a
commit fbc8ee5763

View file

@ -31,6 +31,8 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
- Start elasticsearch
Note: you need to have a java binary in `PATH` or set `JAVA_HOME`.
```sh
npm run elasticsearch
```