From 73cfecdf0892fcabf5241df328ccbc9e04d791a9 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 30 Jun 2017 16:12:03 +0200 Subject: [PATCH] note which node version we use --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4ed335c9e..2c5b6e895 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ to others who want to participate. Cryptpad depends on the Nodejs runtime. We recommend installing it via [NVM](https://github.com/creationix/nvm "Node Version Manager") to ensure that you are running an up to date version. -Once you have a recent runtime: +Once you have a recent runtime (we use v6.6.0): ``` git clone