From d2ea109b47f4b9d3e9e85bebad49285d9a8efad7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Jan 2020 20:02:38 +0200 Subject: [PATCH] README.md: Update comment about Node.js version I've been using version 10 for a year or so. Looking at the Node.js LTS schedule I see that version 12 is the latest LTS release so I guess I'll start using that locally at least. See: https://nodejs.org/en/about/releases/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104f223..23510af 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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 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 >= v10 installed, and then run the following from inside the theme's directory: ```console $ npm install