From 8cbb7d736238b7cec0532ae99a8afa97aae9da29 Mon Sep 17 00:00:00 2001 From: Ankur Srivastava Date: Fri, 20 Apr 2018 23:02:10 +0200 Subject: [PATCH] git clone instruction --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 634ab131e..611be8a83 100644 --- a/README.md +++ b/README.md @@ -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