Add usage instructions

This commit is contained in:
Ellaismer 2018-03-27 08:41:02 -04:00
parent a13a0df7a9
commit a8974ba475

View file

@ -5,12 +5,11 @@ Official golang implementation of the Ethereum protocol.
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/ethereum/go-ethereum)
[![Go Report Card](https://goreportcard.com/badge/github.com/ethereum/go-ethereum)](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
[![Travis](https://travis-ci.org/ethereum/go-ethereum.svg?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Go Report Card](https://goreportcard.com/badge/github.com/ellaism/multi-geth)](https://goreportcard.com/report/github.com/ellaism/multi-geth)
[![Travis](https://travis-ci.org/ellaism/multi-geth.svg?branch=master)](https://travis-ci.org/ellaism/multi-geth)
[![Discord](https://img.shields.io/discord/422738190646902786.svg)](https://discord.gg/gz9tURY)
Automated builds are available for stable releases and the unstable master branch.
Binary archives are published at https://geth.ethereum.org/downloads/.
Binary archives are published at https://github.com/ellaism/multi-geth/releases.
## Building the source
@ -28,6 +27,12 @@ or, to build the full suite of utilities:
make all
## Ellaism network
The current version by default connect to Ethereum network, to get on Ellaism network, pass the `--ellaism` flag. For example:
geth --ellaism
## Executables
The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.