From b94813e1e20fde95f3994b5c2bda75d65080f4ae Mon Sep 17 00:00:00 2001 From: Frederick Alvarez Flores Date: Fri, 16 May 2025 14:37:44 -0700 Subject: [PATCH] Update README.md Update README.md fix size --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38956ee..cec4ac7 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ cargo build --release ./target/release/rushstr ``` -### Pre-built binaries +## Pre-built binaries -# 🔧 MacOS +### 🔧 MacOS ```zsh # one time @@ -48,7 +48,7 @@ source ~/.zshrc brew upgrade donhk/homebrew-tap/rushstr ``` -# 🔧 Linux +### 🔧 Linux ```zsh curl -sSL https://raw.githubusercontent.com/donhk/rushstr/main/install.sh | zsh