More wiki

Signed-off-by: Sam Therapy <sam@samtherapy.net>
Sam Therapy 2022-07-25 00:58:11 +02:00
parent 250720f1b5
commit 8c0d90716f
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
4 changed files with 30 additions and 0 deletions

3
Home.md Normal file

@ -0,0 +1,3 @@
# awl wiki
--WIP--

0
_Sidebar.md Normal file

24
install.md Normal file

@ -0,0 +1,24 @@
# Installing
## From releases
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,
### go install
Running Go >= 1.18:
```sh
go install git.froth.zone/sam/awl@latest
```
will install to your $GOPATH
## From repo
A GNU makefile and Plan 9 mkfile are provided:
```sh
[g]make install
```
```rc
mk install
```

@ -1,3 +1,6 @@
This is potentially out of date (not updated automatically), check [here](https://git.froth.zone/sam/awl/src/branch/master/doc/awl.1.md) for the most up-to-date version
---
awl(1)
# NAME