mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-07 21:13:56 -05:00
* 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>
758 B
758 B
Getting Started with Pantheon
After you download and unpackage Pantheon, display the command line help to confirm installation:
-
At the command line, change into the
pantheon-<release>directory. -
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.