1. Introduction
  2. Installation

From binary

Release binaries are available on GitHub releases.

From source code

Install from source code requires you having a working local environment of Go.

Use the following command to check:

$ go version

The minimum requirement version of Go is 1.19.

Then build the binary:

$ go build

Finally, start the server:

$ ./asouldocs web

Please refer to Set up your development environment for local development guide.