[SKIP CI] docs(readme): update apt instructions

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-20 23:15:13 +00:00
parent b1fa25a9a0
commit 7feaab7103
Signed by: Froth Git
GPG Key ID: 5D8CD75CC6B79913
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ Grab a prebuilt binary from the
- Debian/Ubuntu (WIP):
```sh
echo "deb [trusted=yes] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
# Add PGP key
curl -sL https://packages.freecumextremist.finance/key.asc | sudo tee /usr/share/keyrings/awl.asc >/dev/null
# Add repo
echo "deb [signed-by=/usr/share/keyrings/awl.asc] https://packages.freecumextremist.finance/awl/apt awl main" | sudo tee /etc/apt/sources.list.d/awl.list
sudo apt update
sudo apt install awl
```