Getting started with binaries update (#700)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent e785d77d6d
commit 935d712098
  1. 13
      docs/GettingStartedBinaries.md

@ -1,16 +1,17 @@
# Getting Started with Pantheon # 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. 1. At the command line, change into the `pantheon-<release>` directory.
2. To display the command line help: 2. To display the command line help:
```json ```
./bin/pantheon --help ./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 >**Note** Starting Pantheon by double-clicking the `pantheon` or `pantheon.bat` executables starts a node synchronizing with the Ethereum mainnet.
Starting Pantheon by double-clicking the `pantheon` or `pantheon.bat` executables starts a node synchronizing with the Ethereum mainnet.
Loading…
Cancel
Save