From 08d93faa8fee3d05757b71f2a91ac8fd4ad5398c Mon Sep 17 00:00:00 2001 From: Vasiliy Kattouf Date: Mon, 5 Aug 2024 19:00:50 +0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afb9f9b..fde8163 100644 --- a/README.md +++ b/README.md @@ -85,19 +85,28 @@ long-running-command | progressline --original-log-path original-log.txt ## Installation -### [Homebrew](https://brew.sh) (MacOS / Linux) +### [Homebrew](https://brew.sh) (macOS / Linux) ``` sh -brew install kattouf/progressline/progressline +brew install progressline ``` -### [Mint](https://github.com/yonaskolb/Mint) (MacOS) +
+ If you have macOS version older than Sonoma + + ``` sh + brew install kattouf/progressline/progressline + ``` + +
+ +### [Mint](https://github.com/yonaskolb/Mint) (macOS) ``` sh mint install kattouf/ProgressLine ``` -### [Mise](https://mise.jdx.dev) (MacOS) +### [Mise](https://mise.jdx.dev) (macOS) ``` sh mise use -g spm:kattouf/ProgressLine