diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c50c722..43da2d8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -56,7 +56,6 @@ changelog: filters: exclude: - - "SKIP CI" - "^test:" - "^docs?:" - "typo" diff --git a/README.md b/README.md index 2bca04a..388ff46 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Grab a prebuilt binary from the ### Package Managers - AUR: [awl-dns-git](https://aur.archlinux.org/packages/awl-dns-git) -- Debian/Ubuntu (WIP): +- Debian/Ubuntu: ```sh # Add PGP key @@ -38,6 +38,19 @@ Grab a prebuilt binary from the sudo apt install awl ``` +- Homebrew: + + ```sh + brew install SamTherapy/tap/awl + ``` + +- Scoop: + + ```pwsh + scoop bucket add froth https://git.froth.zone/sam/scoop.git + scoop install awl + ``` + ### From source Dependencies: diff --git a/doc/wiki b/doc/wiki index f964573..777e4eb 160000 --- a/doc/wiki +++ b/doc/wiki @@ -1 +1 @@ -Subproject commit f964573ccad2472166e2931164cb2ad04734c383 +Subproject commit 777e4ebd785728883744ee6d2afc6172b0c58268