From ddbb7bcd19fe9b0dc8bdc61418f71175c9bee5b0 Mon Sep 17 00:00:00 2001 From: Ilya Glebov Date: Sat, 31 Jan 2026 00:55:22 +0100 Subject: [PATCH] Add ARM64 to Linux installation options --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1ff0c7..ce3c911 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,12 @@ brew install glebovdev/tap/somafm ### Linux (manual) -Download `somafm_*_linux_amd64.tar.gz` from the [Releases page](https://github.com/glebovdev/somafm-cli/releases) and extract: +Download from the [Releases page](https://github.com/glebovdev/somafm-cli/releases): +- `somafm_*_linux_amd64.tar.gz` +- `somafm_*_linux_arm64.tar.gz` ```bash -tar -xzf somafm_*_linux_amd64.tar.gz +tar -xzf somafm_*_linux_*.tar.gz sudo mv somafm /usr/local/bin/ ```