Awwan can be installed by downloading the binary or by building it manually, either using Go tools or from source code.
Binary
The binary installation can be done by downloading pre-build file based on your operating system (OS) and put it your system PATH.
Manual
The manual installation require,
One can build the binary using Go tools directly,
$ go install git.sr.ht/~shulhan/cmd/awwan
or by building from source code, by cloning the awwan repository using git first,
$ git clone https://git.sr.ht/~shulhan/awwan
And then by running "make build" in the cloned "awwan" directory,
$ cd awwan $ make build
The awwan binary now should be built in current directory.