add more

Signed-off-by: Sam Therapy <sam@samtherapy.net>
Sam Therapy 2022-07-25 01:21:50 +02:00
parent ecabe926cf
commit e56dc13e8e
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

@ -4,7 +4,12 @@
Binaries for the major operating systems can be found at [https://git.froth.zone/sam/awl/releases](https://git.froth.zone/sam/awl/releases).
## From source,
## From source
Dependencies:
* Go >= 1.18
* GNU Make (optional, for makefile)
* Plan 9 Mk (optional, for makefile)
* scdoc (optional, for the manpage)
### go install
@ -21,4 +26,12 @@ A GNU makefile and Plan 9 mkfile are provided:
```
```rc
mk install
```
```
For the documentation:
```sh
[g]make install_doc
```
```rc
mk install_doc
```