Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf authored Aug 5, 2024
1 parent 04abcdb commit 08d93fa
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<details>
<summary>If you have macOS version older than Sonoma</summary>

``` sh
brew install kattouf/progressline/progressline
```

</details>

### [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
Expand Down

0 comments on commit 08d93fa

Please sign in to comment.