From 852309aa4e2286a75c1a807329338ccf74a028fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sat, 8 Dec 2018 23:38:11 -0200 Subject: [PATCH] Doc the install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 741f7b3..3d26696 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ Javascript SDK for CloudEvents > This is a WIP +## Installation + +This CloudEvents SDK requires nodejs 6.11+ + +### Nodejs + +``` +npm install cloudevents-sdk +``` + ## Repository Structure ```text