Merge pull request #554 from filecoin-project/docs/readme-updates
Readme: some minor updates
This commit is contained in:
commit
ceaa11c68c
12
README.md
12
README.md
@ -59,7 +59,7 @@ $ cd lotus/
|
|||||||
|
|
||||||
3. Build and install the source code
|
3. Build and install the source code
|
||||||
```
|
```
|
||||||
$ make
|
$ make clean all
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -89,16 +89,12 @@ $ lotus net peers | wc -l
|
|||||||
2 # number of peers
|
2 # number of peers
|
||||||
```
|
```
|
||||||
|
|
||||||
[wait for the chain to finish syncing]
|
Wait for the chain to finish syncing:
|
||||||
|
|
||||||
You can follow sync status with:
|
|
||||||
```sh
|
```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.
|
You can 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.]
|
|
||||||
|
|
||||||
### Basics
|
### Basics
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user