[SKIP CI] docs: add apt repo to README

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-14 18:59:23 +02:00
parent dc4edd55bb
commit 9ec28f9b1a
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@ Grab a prebuilt binary from the
### Package Managers
- AUR: [awl-dns-git](https://aur.archlinux.org/packages/awl-dns-git)
- Debian/Ubuntu (WIP):
```sh
echo "deb [trusted=yes] http://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
sudo apt update
sudo apt install awl
```
### From source