Add initial build step to getting started (#2455)

This commit is contained in:
Mark 2019-01-16 14:46:57 -06:00 committed by GitHub
parent e76f2ea89c
commit 00ee8813f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ $ git checkout $TAG
### Configuration Setup
Ensure important programs such as the vote program are built before any
nodes are started
```bash
$ cargo build --all
```
The network is initialized with a genesis ledger and fullnode configuration files.
These files can be generated by running the following script.