Updated README with go modules env

Added a line to remind users to turn go modules on.
This commit is contained in:
Cryptobabybear 2019-06-28 10:50:48 +01:00 committed by GitHub
parent a7d8029b4e
commit 0e8ab22124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ This guide assumes you have worked with `cosmos-sdk` blockchains previously. If
```
git clone https://github.com/Kava-Labs/kava.git
cd kava
# Ensure GO Modules are enabled
export GO111MODULE=on
go install ./cmd/kvd ./cmd/kvcli
```