Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 409 Bytes

installation.md

File metadata and controls

13 lines (10 loc) · 409 Bytes

Installation FAQ

Go get timeout during installation

  • Set GOPROXY enviroment variable as follows (go1.13+):
$ 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