Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 654 Bytes

installation.md

File metadata and controls

33 lines (21 loc) · 654 Bytes
title
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.