We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2567d0f commit 8898c4fCopy full SHA for 8898c4f
1 file changed
README.md
@@ -12,17 +12,17 @@ neofetch for Steam - Display your Steam stats in terminal with style.
12
13
## Installation
14
15
-### Homebrew (macOS / Linux)
+### Install Script (Recommended)
16
17
```bash
18
-brew tap unhappychoice/tap
19
-brew install steamfetch
+curl -fsSL https://raw.githubusercontent.com/unhappychoice/steamfetch/main/install.sh | bash
20
```
21
22
-### Install Script
+### Homebrew (macOS / Linux)
23
24
25
-curl -fsSL https://raw.githubusercontent.com/unhappychoice/steamfetch/main/install.sh | bash
+brew tap unhappychoice/tap
+brew install steamfetch
26
27
28
### From crates.io
0 commit comments