docs: update nodejs version requirement in readme

This commit is contained in:
bergquist 2017-02-03 16:15:37 +01:00
parent 282b1bc73a
commit d9b5628126
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ go run build.go build
### Building frontend assets
To build less to css for the frontend you will need a recent version of **node (v4+)**,
To build less to css for the frontend you will need a recent version of **node (v6+)**,
npm (v2.5.0) and grunt (v0.4.5). Run the following:
```bash