fix readme: add -mod=vendor

pull/7/head
Edouard Paris 5 years ago
parent c8035528bb
commit f5006b250b

@ -15,7 +15,7 @@
Require the [go programming language](https://golang.org/) (version >= 1.11)
```
git clone git@github.com:edouardparis/lntop.git
cd lntop && export GO111MODULE=on && go install ./...
cd lntop && export GO111MODULE=on && go install -mod=vendor ./...
```
## Config

Loading…
Cancel
Save