mirror of https://github.com/hyperledger/besu
Getting started with binaries update (#700)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
e785d77d6d
commit
935d712098
@ -1,16 +1,17 @@ |
||||
# Getting Started with Pantheon |
||||
|
||||
After you download and unpackage Pantheon: |
||||
After you download and unpackage Pantheon, display the command line help to confirm installation: |
||||
|
||||
1. At the command line, change into the `pantheon-<release>` directory. |
||||
|
||||
2. To display the command line help: |
||||
```json |
||||
``` |
||||
./bin/pantheon --help |
||||
``` |
||||
|
||||
A [basic quickstart](Getting-Started/Getting-Started.md) and other options for [starting Pantheon](Getting-Started/Starting-Pantheon.md) are included in the documentation. |
||||
[Starting Pantheon](https://docs.pantheon.pegasys.tech/en/stable/Getting-Started/Starting-Pantheon/) includes |
||||
command line examples for connecting to MainNet, public testnets, and running a node for testing. |
||||
|
||||
The documentation is included in this release package and on the [Pantheon documentation site](https://pantheon.readthedocs.io/). |
||||
Pantheon documentation is on the [Pantheon documentation site](https://docs.pantheon.pegasys.tech/en/stable/). |
||||
|
||||
!!!note |
||||
Starting Pantheon by double-clicking the `pantheon` or `pantheon.bat` executables starts a node synchronizing with the Ethereum mainnet. |
||||
>**Note** Starting Pantheon by double-clicking the `pantheon` or `pantheon.bat` executables starts a node synchronizing with the Ethereum mainnet. |
Loading…
Reference in new issue