Skip to content

Commit ef2ca34

Browse files
committed
docs: improve README
1 parent 97aee2f commit ef2ca34

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,33 +43,23 @@ third-party GitHub actions.
4343
* Mac OSX
4444

4545
## Installation
46-
Option 1: Install quickly via HomeBrew (Needs Brew installed)
47-
<picture width="50">
48-
<source
49-
width="100%"
50-
media="(prefers-color-scheme: dark)"
51-
src="https://brew.sh/assets/img/homebrew.svg"
52-
alt="Brew logo (dark)"
53-
/>
54-
<img
55-
width="100%"
56-
src="https://brew.sh/assets/img/homebrew.svg"
57-
alt="Brew logo (light)"
58-
/>
59-
</picture>
46+
**Option 1**: Install quickly via HomeBrew (Needs Brew installed)
6047

6148
```sh
49+
# Tap brew formula
6250
brew tap cybrota/cybrota
51+
52+
# Install scharf
6353
brew install scharf
6454
```
6555

56+
**Option 2**: Download Prebuilt Binary
6657

67-
Option 2: Download Prebuilt Binary
58+
Visit the releases page and download the binary for your OS:
6859

69-
Visit the releases page and download the binary for your OS.
7060
https://github.com/cybrota/scharf/releases
7161

72-
Option 3: Install via Script
62+
**Option 3**: Install via Script
7363

7464
```sh
7565
curl -sf https://raw.githubusercontent.com/cybrota/scharf/refs/heads/main/install.sh | sh

0 commit comments

Comments
 (0)