Skip to content

Commit

Permalink
README.md: Adjust NodeJS version note for v6 or v7
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Mar 29, 2017
1 parent e4a08e6 commit 54983d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >= 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 or v7 installed, and then run the following from inside the theme's directory:

```console
$ npm install
Expand Down

0 comments on commit 54983d8

Please sign in to comment.