Add section on node dependency in README

This commit is contained in:
Ryan Levick 2018-02-23 14:52:45 +01:00
parent d66bc25749
commit 89b0b8f20a

View File

@ -439,3 +439,8 @@ at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license, for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions. shall be dual licensed as above, without any additional terms or conditions.
### Tests
In order to run the tests you will need (node.js)[https://nodejs.org/] version
8.9.4 or above. Running the tests is done by running `cargo test`.