File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6250brew tap cybrota/cybrota
51+
52+ # Install scharf
6353brew 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.
7060https://github.com/cybrota/scharf/releases
7161
72- Option 3: Install via Script
62+ ** Option 3** : Install via Script
7363
7464``` sh
7565curl -sf https://raw.githubusercontent.com/cybrota/scharf/refs/heads/main/install.sh | sh
You can’t perform that action at this time.
0 commit comments