Merge pull request #853 from resin-io/document-version-rec

Correct documented node version requirement to 6+
This commit is contained in:
Tim Perry 2018-04-10 13:10:02 +02:00 committed by GitHub
commit 662e4f8940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, 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. 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) - [Git](https://git-scm.com)
- The following executables should be correctly installed in your shell environment: - 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`) - `ssh`: Any recent version of the OpenSSH ssh client (required by `resin sync` and `resin ssh`)