Introduction
Release binaries are available on GitHub releases.
Install from source code requires you having a working local environment of Go.
Use the following command to check:
$ go version
go version go1.18 darwin/arm64
The minimum requirement version of Go is 1.18.
Then build the binary:
$ go build
Finally, start the server:
$ ./asouldocs web
Please refer to Set up your development environment for local development guide.