From 8c1d847c94c56b0805a9d8a146fa3a8ee30e198c Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Fri, 7 Jul 2017 19:02:27 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7304fbd55a5..4a0adf1d93f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Eos has the following external dependencies, which must be installed on your sys ``` git clone https://github.com/cryptonomex/secp256k1-zkp.git +cd secp256k1-zkp ./autogen.sh ./configure make From 44a60dba40c81507746be5ef909f4cb53677b218 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Sat, 8 Jul 2017 10:04:36 -0700 Subject: [PATCH 2/2] spelling error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0adf1d93f..bb800155aac 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ producer-name = initu plugin = eos::producer_plugin ``` -Now it should be possible to run `eosd` and see it begin producing blocks. At present, the P2P code is not implemented, so only single-node configurations are possible. When the P2P networking is implemented, this instructions will be updated to show how to create an example multi-node testnet. +Now it should be possible to run `eosd` and see it begin producing blocks. At present, the P2P code is not implemented, so only single-node configurations are possible. When the P2P networking is implemented, these instructions will be updated to show how to create an example multi-node testnet. ### Run in docker @@ -109,7 +109,7 @@ Done ### How to Build LLVM and clang for WASM -By default LLVM and clang do not include the WASM build target, so you will have to build it yourself. Note that following these instructions will create a version of LLVM that can only build WASM targets. +By default LLVM and clang do not include the WASM build target, so you will have to build it yourself. Note that following these instructions will create a version of LLVM that can only build WASM targets. ``` git clone --depth 1 --single-branch --branch release_40 git@github.com:llvm-mirror/llvm.git