Skip to content

Commit

Permalink
fix version and daemon command (#4313)
Browse files Browse the repository at this point in the history
* fix version and daemon command

* add calibration network
  • Loading branch information
hunjixin authored Jan 15, 2021
1 parent fb28cbf commit b1e6887
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ git clone https://github.com/filecoin-project/venus.git /path/to/filecoin-projec

#### Install Go

The build process for venus requires [Go](https://golang.org/doc/install) >= v1.15
The build process for venus requires [Go](https://golang.org/doc/install) >= v1.15.5

> Installing Go for the first time? We recommend [this tutorial](https://www.ardanlabs.com/blog/2016/05/installing-go-and-your-workspace.html) which includes environment setup.
Expand Down Expand Up @@ -146,7 +146,8 @@ For a complete step-by-step tutorial, see [Getting Started](https://go.filecoin.
rm -rf ~/.venus

# Initialize a new repository, Start the daemon. It will block until it connects to at least one bootstrap peer.
./venus daemon --genesisfile=*.car
./venus daemon #mainnet
./venus daemon --network cali #calibration
```

Your node should now be connected to some peers, and begin downloading and validating the blockchain.
Expand Down

0 comments on commit b1e6887

Please sign in to comment.