You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The archives follow the naming convention `yarr_{OS}_{ARCH}[_gui].zip`, where:
14
15
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
16
19
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:
18
21
19
-
*Windows
22
+
*MacOS: place `yarr.app` in `/Applications` folder, [open the app][macos-open], click the anchor menu bar icon, select "Open".
20
23
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".
22
25
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).
0 commit comments