Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 412 Bytes

installation.md

File metadata and controls

16 lines (10 loc) · 412 Bytes

Installation FAQ

Go get timeout during installation

  • Set GOPROXY environment variable as follows (go1.15+):
$ go env -w GO111MODULE=on
$ go env -w GOPROXY=https://goproxy.cn,direct

Whether compilation on MAC/Windows OS is supported or not ?

  • It is supported since BFE v0.7.0