mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
Updated README with go modules env
Added a line to remind users to turn go modules on.
This commit is contained in:
parent
a7d8029b4e
commit
0e8ab22124
@ -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
|
git clone https://github.com/Kava-Labs/kava.git
|
||||||
cd kava
|
cd kava
|
||||||
|
# Ensure GO Modules are enabled
|
||||||
|
export GO111MODULE=on
|
||||||
go install ./cmd/kvd ./cmd/kvcli
|
go install ./cmd/kvd ./cmd/kvcli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user