From 4b1c045dc7b376b822328820e8fcba1ddcd55224 Mon Sep 17 00:00:00 2001 From: Bastian Sieker Date: Wed, 20 Jul 2016 16:39:24 +0200 Subject: [PATCH] doc(readme): add minimal node version see #45 TDO-4503 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09637ca..7be3baf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See [STUPS documentation](http://stups.readthedocs.org/en/latest/user-guide/acce ## Usage +Note: `node >= 6.0.0` required to consume this library. + Run `npm install --save git+ssh://git@github.bus.zalan.do:graviton/lib-oauth-tooling.git#TAG/COMMIT` where `TAG/COMMIT` has to be replaced with the release tag or commit id you want to use. Import a member of this lib like so (of course ES5 syntax is working as well...):