[SKIP CI] docs: add apt repo to README
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
dc4edd55bb
commit
9ec28f9b1a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue