From cf24c5ace815523575132ab201317f5e055689a9 Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Thu, 1 Sep 2022 15:02:11 -0700 Subject: [PATCH] Fix file extension of Alpine example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7dc717..1f10100 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Use the `itd-bin` or `itd-git` AUR packages. - Go to the [latest release](https://gitea.arsenm.dev/Arsen6331/itd/releases/latest) and download the `.apk` package for your CPU architecture. You can find your architecture by running `uname -m` in the terminal. - Run `sudo apk add --allow-untrusted `, replacing `` with the path to the downloaded file. -- Example: `sudo apk add --allow-untrusted ~/Downloads/itd-0.0.7-linux-aarch64.rpm` +- Example: `sudo apk add --allow-untrusted ~/Downloads/itd-0.0.7-linux-aarch64.apk` Note: `--allow-untrusted` is required because ITD isn't part of a repository, and therefore is not signed.