From eb7c1f5e225ae3b2866769e9be1ad43255d80f49 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Thu, 18 Apr 2024 14:42:37 -0400 Subject: [PATCH] fix arch typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5a71a..16d2d23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CLI tool for interacting with Forgejo ### Pre-built -Pre-built binaries are available for x86 Windows and Linux (GNU) on the +Pre-built binaries are available for `x86_64` Windows and Linux (GNU) on the [releases tab](https://codeberg.org/Cyborus/forgejo-cli/releases/latest). ### From source