From c06993cb8ea1a60f69b8c2cf77d17efb83ee635e Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Mon, 9 Apr 2018 16:55:36 +0200 Subject: [PATCH] Correct documented node version requirement to 6+ Change-Type: patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10efb059..b86379cc 100644 --- a/README.md +++ b/README.md @@ -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`)