From 3c2b9d5bc0d378520c90ad882c7ff2c4f46c6191 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 29 Sep 2017 17:21:34 +0300 Subject: [PATCH] README.md: Adjust NodeJS version comment I've been using NodeJS v4, v6, v7, and v8 to build this and they all work fine, so I'll just say >= v6 because it's the latest long-term support release as of right now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9cd089..60de5dd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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 v6 or v7 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