Skip to content

Commit

Permalink
Update QUICKSTART.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fffreedom committed Nov 26, 2018
1 parent 49b4791 commit 9548f9c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ cd secp256k1

#### Install glide
For Mac OSX:
```
brew install glide
```
```
brew install glide
```

For Ubuntu:
```
sudo add-apt-repository ppa:masterminds/glide
sudo apt-get update
sudo apt-get install glide
sudo add-apt-repository ppa:masterminds/glide
sudo apt-get update
sudo apt-get install glide
```

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

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

#### Install go dependency
```
glide install
```
```
glide install
```

if you have encountered glide errors, try the following commands:
if you have encountered glide errors, try the following commands:
``` rm -rf vendor
glide cc; rm -rf ~/.glide; rm -rf vendor; rm glide.lock
glide install --force --strip-vendor
glide cc; rm -rf ~/.glide; rm -rf vendor; rm glide.lock
glide install --force --strip-vendor
```

## run copernicus
Expand Down

0 comments on commit 9548f9c

Please sign in to comment.