diff --git a/README.md b/README.md index 90e38a6..9c2e199 100644 --- a/README.md +++ b/README.md @@ -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