Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayer authored Apr 15, 2021
1 parent 4c61a6d commit c6612d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 0-black-mamba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,21 @@ genesis hash: 01b86a2e401ea1519644bff059c7a937496003fb7a61554d3dff7ecfcfdfa7e1
seeds: PLACEHOLDER
persistent peers: a6b554f55b619ec07e8ecbb0abc36cce39dcea39@34.239.152.196:26656
```

## Troubleshooting

```
#1 Do you have
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
in your bashrc/zshrc?
#2 Make sure go version installed in your system meets the minimum requirement of 1.15+
you can check that by running the following command
go version
#3 Restart your terminal and try again
```

0 comments on commit c6612d5

Please sign in to comment.