Files
status-linea-besu/docs/GettingStartedBinaries.md
Nicolas MASSART a95229daba Add placeholders system to have global variables in markdown (#1425)
* fixes PIE-1374 add placeholders system to have global variables in markdown

implement and configure a first batch of variables for versions to be changeable
in only one place and change in the whole doc.

available placeholders are :
{{ versions.pantheon_stable }} -> the latest stable release
{{ versions.quickstart }} -> the latest quickstart release whicjh is currently
pointing to the same value as Pantheon as QS and Pantheon releases are in sync
but I still keep two separated values to make it clear.

Also includes few fixes like removing $ in front of bash commands and changed an
info block syntax
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-05-16 12:20:51 +02:00

758 B

Getting Started with 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:

    ./bin/pantheon --help
    

Starting Pantheon includes command line examples for connecting to MainNet, public testnets, and running a node for testing.

Pantheon documentation is on the Pantheon documentation site.

!!! note Starting Pantheon by double-clicking the pantheon or pantheon.bat executables starts a node synchronizing with the Ethereum mainnet.