Correct documented node version requirement to 6+

Change-Type: patch
This commit is contained in:
Tim Perry 2018-04-09 16:55:36 +02:00
parent a650f30ce8
commit c06993cb8e

View File

@ -13,7 +13,7 @@ Requisites
If you want to install the CLI directly through npm, you'll need the below. If this looks difficult,
we do now have an experimental standalone binary release available, see ['Standalone install'](#standalone-install) below.
- [NodeJS](https://nodejs.org) (>= v4)
- [NodeJS](https://nodejs.org) (>= v6)
- [Git](https://git-scm.com)
- The following executables should be correctly installed in your shell environment:
- `ssh`: Any recent version of the OpenSSH ssh client (required by `resin sync` and `resin ssh`)