From 4e1c52c4e6fda0230bc71bc41d98f8f21b7d1b95 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Sun, 26 Jul 2026 03:41:43 +0300 Subject: [PATCH] fix readmi --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a48b29..16f0a58 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,25 @@ without rebuilding the player. ## Install -Download a prebuilt archive from the project releases, or build Furumi from -source with Rust 1.97 or newer: +### macOS + +On Apple Silicon Macs, install Furumi from the Homebrew tap: + +```bash +brew install house-of-vanity/tap/furumi +``` + +Run it with: + +```bash +furumi +``` + +### Linux, Windows, and other platforms + +Download a prebuilt archive from the +[GitHub releases](https://github.com/house-of-vanity/furumi_tui/releases), or +build Furumi from source with Rust 1.88 or newer: ```bash cargo build --release --locked