From a46c7bfb29a5d7ea3ec502f91bf19fd02e977525 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 10 Nov 2021 17:37:07 -0300 Subject: [PATCH] docs: add installation section (#385) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f9aacfa..506591e1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Programmable interface to [Clinic.js][clinic-url] Bubbleprof. Learn more about C ![Screenshot](screenshot.png) +## Installation + +```console +npm i -S @nearform/bubbleprof +``` + ## Supported node versions * Node.js 10.0.0 and above