aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index a4c2b17..bf25e3b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-[![CircleCI](https://circleci.com/gh/dexon-foundation/dexon-consensus.svg?style=svg&circle-token=faed911ec07618dfbd6868b09181aa2046b550d8)](https://circleci.com/gh/dexon-foundation/dexon-consensus)
+# Tangerine Consensus
-DEXON Consensus
-====================
+[![Build Status](https://travis-ci.org/tangerine-network/tangerine-consensus.svg?branch=master)](https://travis-ci.org/tangerine-network/tangerine-consensus)
## Getting Started
+
### Prerequisites
- [Go 1.10](https://golang.org/dl/) or a newer version
@@ -12,10 +12,11 @@ DEXON Consensus
### Installation
1. Clone the repo
- ```
- git clone https://gitlab.com/byzantine-lab/tangerine-consensus.git
- cd dexon-consensus
- ```
+
+ ```
+ git clone https://github.com/tangerine-network/tangerine-consensus.git
+ cd tangerine-consensus
+ ```
2. Setup GOPATH, the GOPATH could be anywhere in the system. Here we use `$HOME/go`:
```
@@ -24,13 +25,13 @@ DEXON Consensus
```
You should write these settings to your `.bashrc` file.
+3) Install go dependency management tool
-3. Install go dependency management tool
```
./bin/install_tools.sh
```
-4. Install all dependencies
+4) Install all dependencies
```
dep ensure
```