add more
Signed-off-by: Sam Therapy <sam@samtherapy.net>
parent
ecabe926cf
commit
e56dc13e8e
1 changed files with 15 additions and 2 deletions
17
Install.md
17
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
|
||||
```
|
||||
```
|
||||
|
||||
For the documentation:
|
||||
```sh
|
||||
[g]make install_doc
|
||||
```
|
||||
```rc
|
||||
mk install_doc
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue