update README

This commit is contained in:
J. Ayo Akinyele 2018-08-14 13:12:28 -04:00
parent 1046b9fa65
commit 148141a47f
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ The libbolt library is a proof of concept implementation that relies on experime
* bn
* bulletproofs
# Installation
# Build & Install
Please ensure you have installed the libsodium library for your platform. See install instructions [here](https://download.libsodium.org/doc/installation/index.html).
To compile the library, run `make`
To build the library, run `make`
# Tests