From e56dc13e8e13945a86aaa06af242192214fa57c2 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 25 Jul 2022 01:21:50 +0200 Subject: [PATCH] add more Signed-off-by: Sam Therapy --- Install.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index 90e2268..b7b0e78 100644 --- a/Install.md +++ b/Install.md @@ -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 -``` \ No newline at end of file +``` + +For the documentation: +```sh +[g]make install_doc +``` +```rc +mk install_doc +```