From 148141a47fd78114aab5b25453e26344006b3f40 Mon Sep 17 00:00:00 2001 From: "J. Ayo Akinyele" Date: Tue, 14 Aug 2018 13:12:28 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c7017b..59ad87c 100644 --- a/README.md +++ b/README.md @@ -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