add submodule init to install docs

This commit is contained in:
Jacek Sieka 2018-06-17 10:23:36 +02:00 committed by zah
parent d0fd605137
commit 88f3b41c19
1 changed files with 7 additions and 1 deletions

View File

@ -8,4 +8,10 @@
This library is a wrapper for Bitcoin's [secp256k1](https://github.com/bitcoin-core/secp256k1) library.
# Installation
$ nimble install secp256k1
```
# Upstream secp256k1 c library is tracked with a submodule
git submodule update --init
nimble install secp256k1
```