Update README.md

add missing `go mod tidy`
pull/3887/head
Leo Chen 3 years ago
parent 4f973dbd10
commit 4ab038c7f3
  1. 1
      README.md

@ -69,6 +69,7 @@ cd harmony
3. Build the harmony binary & dependent libs
```
go mod tidy
make
```
> Run `bash scripts/install_build_tools.sh` to ensure build tools are of correct versions.

Loading…
Cancel
Save