Skip to content

Commit 8898c4f

Browse files
committed
docs: reorder installation methods with install script first
1 parent 2567d0f commit 8898c4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ neofetch for Steam - Display your Steam stats in terminal with style.
1212

1313
## Installation
1414

15-
### Homebrew (macOS / Linux)
15+
### Install Script (Recommended)
1616

1717
```bash
18-
brew tap unhappychoice/tap
19-
brew install steamfetch
18+
curl -fsSL https://raw.githubusercontent.com/unhappychoice/steamfetch/main/install.sh | bash
2019
```
2120

22-
### Install Script
21+
### Homebrew (macOS / Linux)
2322

2423
```bash
25-
curl -fsSL https://raw.githubusercontent.com/unhappychoice/steamfetch/main/install.sh | bash
24+
brew tap unhappychoice/tap
25+
brew install steamfetch
2626
```
2727

2828
### From crates.io

0 commit comments

Comments
 (0)