From d0ad5ce59be84b50b86920b49598dd001314bbbe Mon Sep 17 00:00:00 2001 From: Matt Raffel Date: Thu, 14 Feb 2019 11:18:10 -0700 Subject: [PATCH] fixes spelling mistake Signed-off-by: Matt Raffel --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 41677adab..c01810e66 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ # LibSovToken -Adds Sovrin's token functionality to HyperLedger's Indy-SDK. +Adds Sovrin's token functionality to HyperLedger's Indy-SDK. @@ -45,25 +45,25 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK. git clone https://github.com/hyperledger/indy-sdk.git cd indy-sdk - git checkout stable + git checkout stable cd libindy - cargo clean + cargo clean cargo update cargo build - + Libsovtoken build needs to know how to find Indy-SDK. This is done through the environment variable LIBINDY_DIR. - + Create an environment variable LIBINDY_DIR. Have it point the directory containing indy-sdk binaries. - + Use `pwd` to get path to current directory - + Add this to your bash profile: - - # EXAMPLE + + # EXAMPLE export LIBINDY_DIR='/my/path/to/indy-sdk/libindy/target/debug/' - + *Note* anytime you get latest for indy-sdk, you must rebuild the libraries before building libsovtoken, as the libsovtoken build does not compile indy-sdk. @@ -78,12 +78,12 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK. ### Build the pool - cd devops/indy-pool/ && docker build -t indy_pool . + cd devops/indy-pool/ && docker build -t indy_pool . - + -### run the poool +### run the pool docker run -itd -p 9701-9708:9701-9708 indy_pool @@ -110,4 +110,3 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK. ## How To Contribute Please follow the guide [here](./doc/pull-request.md). -