add submodule init to install docs
This commit is contained in:
parent
d0fd605137
commit
88f3b41c19
|
@ -8,4 +8,10 @@
|
||||||
This library is a wrapper for Bitcoin's [secp256k1](https://github.com/bitcoin-core/secp256k1) library.
|
This library is a wrapper for Bitcoin's [secp256k1](https://github.com/bitcoin-core/secp256k1) library.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
$ nimble install secp256k1
|
|
||||||
|
```
|
||||||
|
# Upstream secp256k1 c library is tracked with a submodule
|
||||||
|
git submodule update --init
|
||||||
|
nimble install secp256k1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue