buildog-dev / buildog

37 stars 19 forks source link

feat(docs): install the project for windows os and update the documentation for windows contributers #74

Closed kuzeykose closed 3 months ago

kuzeykose commented 3 months ago

Contributors who use Windows struggle with some errors. One of the example is given below:

image

kuzeykose commented 3 months ago

go env is the problem, windows users have to run given lines to the root folder.

go env -w GOMODCACHE=$HOME/golang/pkg/mod
go env -w GOCACHE=$HOME\golang\go-build