From e4a08e6b61c2ce9094ac2021a5c1e920d5baabed Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Mar 2017 12:52:39 +0300 Subject: [PATCH] README.md: Adjust developers note about NodeJS version NodeJS version 4 is on maintenance mode only, so I will generally only be testing this theme's build process with v6 and v7 for now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 531ca57..7b467f0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ A few suggestions to help you get a good looking site quickly: See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas. ## Building (For Developers) -This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS v4 or v6 installed, and then run the following from inside the theme's directory: +This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS >= v6 installed, and then run the following from inside the theme's directory: ```console $ npm install