@ -7,13 +7,13 @@ Pantheon is an Apache 2.0 licensed, MainNet compatible, Ethereum client written
## Pantheon Users
## Pantheon Users
The process for building and running Pantheon as a user is different to when developing. All user documentation is on our Wiki and some processes are different to those described in this Readme.
The process for installing and running Pantheon as a user is different to when developing. All user documentation is on our [Wiki] and some processes are different to those described in this Readme.
### Build, Install, and Run Pantheon
### Install and Run Pantheon
Building, installing, and running Pantheon is described in the Wiki:
Installing and running Pantheon is described in the Wiki:
* [Installation Wiki]
* [Installation]
* [Quickstart Wiki]
* [Quickstart]
### Documentation
### Documentation
@ -21,26 +21,26 @@ User and reference documentation available on the Wiki includes:
* [Command Line Options]
* [Command Line Options]
* [JSON-RPC API]
* [JSON-RPC API]
* [Docker Quickstart Tutorial]
* [Docker Quickstart Tutorial]
* [Using Pantheon]
## Pantheon Developers
## Pantheon Developers
* [Contribution Guidelines](CONTRIBUTING.md)
* [Contribution Guidelines](CONTRIBUTING.md)
* [Wiki] for installation & configuring Pantheon
* [Wiki] for running and using Pantheon
* [Installation Wiki]
### Development
### Development
Instructions for how to get started with developing on the Pantheon codebase. Please also read the
Instructions for how to get started with developing on the Pantheon codebase. Please also read the
[contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR).
[contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR).
* [Installation Wiki]
* [Checking out and building](docs/development/building.md)
* [Checking out and building](docs/development/building.md)
* [Running Pantheon via Gradle](docs/development/running-with-gradle.md)
* [Running Pantheon via Gradle](docs/development/running-with-gradle.md)