tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Fix install via `go install` #25

Open belak opened 2 years ago

belak commented 2 years ago
% go install github.com/base16-project/base16-builder-go@latest
go: downloading github.com/base16-project/base16-builder-go v0.2.7
go/pkg/mod/github.com/base16-project/base16-builder-go@v0.2.7/main.go:15:12: pattern schemes/*.yaml: no matching files found

Because we use a submodule, go install doesn't work properly. We'll have to decide on a different way to handle scheme files so they work with go install.