Skip to content

Commit a51da7b

Browse files
authored
Update readme.md
1 parent 33503f7 commit a51da7b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ The app is a single binary with an embedded database (SQLite).
99

1010
## usage
1111

12-
The latest prebuilt binaries for Linux/MacOS/Windows AMD64 are available
13-
[here](https://github.com/nkanaev/yarr/releases/latest). Installation instructions:
12+
The latest prebuilt binaries for Linux/MacOS/Windows are available
13+
[here](https://github.com/nkanaev/yarr/releases/latest).
14+
The archives follow the naming convention `yarr_{OS}_{ARCH}[_gui].zip`, where:
1415

15-
* MacOS
16+
* `OS` corresponds to the target operating system (darwin/linux/windows for Linux, MacOS, Windows, respectively)
17+
* `ARCH` is the CPU architecture (`arm64` for AMD64/Aarch64, `amd64` for X86-64)
18+
* `-gui` indicates that the application ships with the GUI (tray icon), and is a command line application if omitted
1619

17-
Download `yarr-*-macos64.zip`, unzip it, place `yarr.app` in `/Applications` folder, [open the app][macos-open], click the anchor menu bar icon, select "Open".
20+
Usage instructions:
1821

19-
* Windows
22+
* MacOS: place `yarr.app` in `/Applications` folder, [open the app][macos-open], click the anchor menu bar icon, select "Open".
2023

21-
Download `yarr-*-windows64.zip`, unzip it, open `yarr.exe`, click the anchor system tray icon, select "Open".
24+
* Windows: open `yarr.exe`, click the anchor system tray icon, select "Open".
2225

23-
* Linux
24-
25-
Download `yarr-*-linux64.zip`, unzip it, place `yarr` in `$HOME/.local/bin`
26-
and run [the script](etc/install-linux.sh).
26+
* Linux: place `yarr` in `$HOME/.local/bin` and run [the script](etc/install-linux.sh).
2727

2828
[macos-open]: https://support.apple.com/en-gb/guide/mac-help/mh40616/mac
2929

0 commit comments

Comments
 (0)