Skip to content

Commit

Permalink
Merge pull request #51 from boguslavsky/installation-faq
Browse files Browse the repository at this point in the history
Add into README info about install from npm
  • Loading branch information
boguslavsky authored Jul 17, 2017
2 parents 15c0924 + 8bb2627 commit 7a2c18e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a2c18e

Please sign in to comment.