git clone instruction

This commit is contained in:
Ankur Srivastava 2018-04-20 23:02:10 +02:00
parent 10a0c47210
commit 8cbb7d7362
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ $ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
```
Now checkout the code from github:
```bash
$ git clone https://github.com/solana-labs/solana.git
$ cd solana
```
The testnode server is initialized with a ledger from stdin and
generates new ledger entries on stdout. To create the input ledger, we'll need
to create *the mint* and use it to generate a *genesis ledger*. It's done in