Skip to content
On this page

Installation

You can setup a goes application manually, or by using the CLI (TODO). Use go get to download the latest release, and make sure to install nested modules with /....

sh
go get github.com/modernice/goes/...

Install a specific commit

goes is still a work-in-progress. You may need to install from a specific commit to make use of the latest improvements:

sh
go get github.com/modernice/goes/...@<commit-hash>

Next Steps