From 054bb940d8cf5b7c0d69239ddea7568795707131 Mon Sep 17 00:00:00 2001 From: Ilya Glebov Date: Sat, 31 Jan 2026 14:23:00 +0100 Subject: [PATCH] Remove manual install section from README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index a8bd297..fe96c7c 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,6 @@ brew install glebovdev/tap/somafm curl -sSL https://raw.githubusercontent.com/glebovdev/somafm-cli/master/install.sh | sh ``` -### Linux (manual) - -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_*.tar.gz -sudo mv somafm /usr/local/bin/ -``` - ### Windows ```powershell