charmbracelet / soft-serve

The mighty, self-hostable Git server for the command line🍦
MIT License
5.18k stars 132 forks source link

go install fails #213

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

The readme should probably not say that this can be go installed ...

go install github.com/charmbracelet/soft-serve/cmd/soft@latest
go: downloading github.com/charmbracelet/soft-serve v0.4.4
go: github.com/charmbracelet/soft-serve/cmd/soft@latest (in github.com/charmbracelet/soft-serve@v0.4.4):
        The go.mod file for the module providing named packages contains one or
        more exclude directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.
aymanbagabas commented 1 year ago

This is now fixed in v0.4.5! You can do go install github.com/charmbracelet/soft-serve/cmd/soft@latest

gedw99 commented 1 year ago

Yeah ha !!