Merge pull request #554 from filecoin-project/docs/readme-updates

Readme: some minor updates
This commit is contained in:
Łukasz Magiera 2019-11-09 09:47:54 +01:00 committed by GitHub
commit ceaa11c68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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