Merge pull request #98 from EisenbergEffect/patch-1

docs(readme): clarify demo build requirements
This commit is contained in:
Patrick Walton 2018-10-31 09:28:16 -07:00 committed by GitHub
commit 3a5069b1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Pathfinder 2 is a set of modular packages, allowing you to choose which parts of
need. A WebGL demo is included, so you can try Pathfinder right in your browser. (Please note that,
like the rest of Pathfinder, it's under heavy development and has known bugs.)
To run the demo, make sure NPM and nightly Rust are installed, and run the following commands:
To run the demo, make sure [Node.js](https://nodejs.org/en/), [nightly Rust](https://doc.rust-lang.org/1.5.0/book/nightly-rust.html) and [CMake](https://cmake.org/install/) are installed, then run the following commands:
$ cd demo/client
$ npm install