From 130794a995e786f2088ab1658b90199d30fe9b43 Mon Sep 17 00:00:00 2001 From: hpinkos Date: Tue, 5 Jul 2016 11:10:04 -0400 Subject: [PATCH 1/2] Resolves #4080 --- Documentation/Contributors/BuildGuide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Contributors/BuildGuide/README.md b/Documentation/Contributors/BuildGuide/README.md index 0d9b74633dca..ecc436e6c46a 100644 --- a/Documentation/Contributors/BuildGuide/README.md +++ b/Documentation/Contributors/BuildGuide/README.md @@ -26,7 +26,7 @@ ## Build the Code Prerequisites: - * Install [Node.js](http://nodejs.org/) on your system. + * Install [Node.js](http://nodejs.org/) on your system. Cesium requires Node 4.x or newer. Cesium uses npm modules for development, so after syncing, you need to run `npm install` from the Cesium root directory: From 2e7946354b053056660e011f1fec7ded5a055ac4 Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 5 Jul 2016 13:55:02 -0400 Subject: [PATCH 2/2] Update README.md --- Documentation/Contributors/BuildGuide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Contributors/BuildGuide/README.md b/Documentation/Contributors/BuildGuide/README.md index ecc436e6c46a..01c22bf8f4ec 100644 --- a/Documentation/Contributors/BuildGuide/README.md +++ b/Documentation/Contributors/BuildGuide/README.md @@ -26,7 +26,7 @@ ## Build the Code Prerequisites: - * Install [Node.js](http://nodejs.org/) on your system. Cesium requires Node 4.x or newer. + * Install [Node.js](http://nodejs.org/) on your system. Building Cesium requires Node 4.x or newer. Cesium uses npm modules for development, so after syncing, you need to run `npm install` from the Cesium root directory: @@ -160,4 +160,4 @@ To configure the additional commit statuses on GitHub for your fork of Cesium, y * Copy the token to your clipboard * Go to [travis.org](https://travis-ci.org/) and select your fork of Cesium * Go to "More Options">"Settings" -* Under the "Environment Variables" section, add the environment variable `TOKEN` and paste your token for the value \ No newline at end of file +* Under the "Environment Variables" section, add the environment variable `TOKEN` and paste your token for the value