From f33038b0fa80316758238c97f97cd983da5df8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Sat, 9 Nov 2019 09:46:51 +0100 Subject: [PATCH] Readme: some minor updates --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2a4cb394c..68a78cfa0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ cd lotus/ 3. Build and install the source code ``` -$ make +$ make clean all $ sudo make install ``` @@ -89,16 +89,12 @@ $ lotus net peers | wc -l 2 # number of peers ``` -[wait for the chain to finish syncing] - -You can follow sync status with: +Wait for the chain to finish syncing: ```sh -$ watch lotus sync status +$ lotus sync wait ``` -then view latest block height along with other network metrics at the https://lotus-metrics.kittyhawk.wtf/chain. - -[It may take a few minutes for the chain to finish syncing. You will see `Height: 0` until the full chain is synced and validated.] +You can view latest block height along with other network metrics at the https://lotus-metrics.kittyhawk.wtf/chain. ### Basics