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 9b6668c commit d7e4e30
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@ cd secp256k1
[glide](https://github.com/Masterminds/glide) is a Package Manager for Golang

#### Install glide
Universal install script
```
curl https://glide.sh/get | sh
```
OR if custom install on Mac OSX:
For Mac OSX:
```
brew install glide
```
OR if custom install on ubuntu:

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

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

#### Install go dependency
```
glide install
Expand All @@ -35,17 +37,6 @@ OR if custom install on ubuntu:
glide install --force --strip-vendor
```

#### gometalinter
```bash
go get -u github.com/alecthomas/gometalinter
gometalinter --install
```

## link missing config file
```
cp conf/bitcoincash.yml ~/Library/Application\ Support/Coper/bitcoincash.yml
```

## run copernicus
```
go build && ./copernicus
Expand Down

0 comments on commit d7e4e30

Please sign in to comment.