Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed May 31, 2017
1 parent 3a0d13b commit 98d2ebf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ This project also depends on Boost version 1.60 and OpenSSL 1.0.2. Ensure that t
### Installing Dependencies
EOS depends upon a version of secp256k1-skp that it expects to be installed.

`git clone https://github.com/cryptonomex/secp256k1-zkp.git`
`./autogen.sh`
`./configure`
`make`
`sudo make install`
```
git clone https://github.com/cryptonomex/secp256k1-zkp.git
./autogen.sh
./configure
make
sudo make install
```

### Getting the code
To download all of the code, download Eos and a recursion or two of submodules. The easiest way to get all of this is to do a recursive clone:
Expand Down

0 comments on commit 98d2ebf

Please sign in to comment.