From 5603981af142dd3f49cc8c7042899664bb490ff2 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 26 Jun 2019 23:44:17 +1000 Subject: [PATCH] Add instructions for node + yarn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb678b1..5d5fa52 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ For more detailed instructions, look at the usage documentation above. There are are few system dependencies depending on your platform: - For all platforms, `cargo` should be available on your PATH. [Rustup](https://rustup.rs/) is the recommended way to achieve this. Stable or Nightly Rust works fine. +- Have node.js and Yarn available on your PATH (for building UI components, not needed at runtime). - For Windows (MSVC), you need Visual Studio installed. - For Windows (Mingw), you need `gcc`/`g++` available on the PATH. - For Mac, you need Xcode installed, and Clang/etc available on the PATH.