From c348593ef4af350eaad92925cf9684f5947d70cb Mon Sep 17 00:00:00 2001 From: nkanaev Date: Thu, 27 Mar 2025 09:38:18 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 35fd22c..b4bfcb6 100644 --- a/readme.md +++ b/readme.md @@ -13,9 +13,9 @@ The latest prebuilt binaries for Linux/MacOS/Windows are available [here](https://github.com/nkanaev/yarr/releases/latest). The archives follow the naming convention `yarr_{OS}_{ARCH}[_gui].zip`, where: -* `OS` corresponds to the target operating system (darwin/linux/windows for Linux, MacOS, Windows, respectively) -* `ARCH` is the CPU architecture (`arm64` for AMD64/Aarch64, `amd64` for X86-64) -* `-gui` indicates that the application ships with the GUI (tray icon), and is a command line application if omitted +* `OS` is the target operating system +* `ARCH` is the CPU architecture (`arm64` for AArch64, `amd64` for X86-64) +* `-gui` indicates that the binary ships with the GUI (tray icon), and is a command line application if omitted Usage instructions: