Skip to content

Commit

Permalink
Update QUICKSTART.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fffreedom authored Nov 26, 2018
1 parent d7e4e30 commit 49b4791
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## build secp256k1
## build and install secp256k1 lib
```
git clone https://github.com/copernet/secp256k1.git
cd secp256k1
Expand All @@ -21,6 +21,11 @@ For Ubuntu:
sudo apt-get install glide
```

For Centos:
```
sudo yum install glide
```

Universal install script
```
curl https://glide.sh/get | sh
Expand Down

0 comments on commit 49b4791

Please sign in to comment.