Skip to content

Commit

Permalink
UPDATE: *make* tool in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shareringdev committed Dec 5, 2018
1 parent da99de2 commit 7699d76
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ ShareLedger currently ultilizes a dual-token mechanism, SharePay (SHRP) and Shar



## Requirements ##

* [`go`](https://golang.org/doc/install) - compile tool. Version >=1.10
* [`dep`](https://github.com/golang/dep) - package management tool
* [`tendermint`](https://github.com/tendermint/tendermint) - consensus algorithm v.0.21.0

## Build ##

* `make get_vendor_deps` to install neccesary dependant packace to `vendor` folder
* `make build` to build ShareLedger

## Install Shareledger ##

The fatest and easiest way to install `Shareledger` is to run our os-specfic application which guides you through four steps to setup and run a MasterNode. [TODO](https://todo.com)
The fatest and easiest way to install `Shareledger` is to run our os-specfic application which guides you through four steps to setup and run a MasterNode. [TO BE RELEASED](https://sharering.network)


### From Binary
Expand All @@ -29,7 +23,12 @@ To download pre-built binaries, see the [releases page](https://github.com/share

### From Source

You'll need `go`[installed](https://golang.org/doc/install)
### Requirements ##

* [`go`](https://golang.org/doc/install) - compile tool. Version >=1.10
* [`dep`](https://github.com/golang/dep) - package management tool
* [`tendermint`](https://github.com/tendermint/tendermint) - consensus algorithm v.0.21.0
* [`make`](https://www.gnu.org/software/make/) - compile tool


#### Get Source Code
Expand Down

0 comments on commit 7699d76

Please sign in to comment.