From 8bb2627f04d4dfe7be1cd7adeb691aa6269196d6 Mon Sep 17 00:00:00 2001 From: Ivan Bohuslavskyi Date: Mon, 17 Jul 2017 23:54:33 +0300 Subject: [PATCH] add into README info about install from npm --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b172bc4..2553a36 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,12 @@ For numbers greater than safe use `string` only.* |---|---|---| | `Array` | should be fixed in the field declaration | Array of 8-bit unsigned integers | +## Install + +``` +npm install exonum-client +``` + ## Build Install npm dependencies: