Skip to content

Commit 12baf7b

Browse files
saltmachineclaude
andcommitted
docs: lead with brew install in hero and installation section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2b9040e commit 12baf7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
No AI. No inference. Pure deterministic arithmetic.
1212

1313
```bash
14-
curl -fsSL https://raw.githubusercontent.com/cmdrvl/rvl/main/scripts/install.sh | bash
14+
brew install cmdrvl/tap/rvl
1515
```
1616

1717
</div>
@@ -238,21 +238,21 @@ Contributors are ranked by `abs(delta)` descending (unscaled — large-magnitude
238238

239239
## Installation
240240

241-
### Quick Install (Recommended)
241+
### Homebrew (Recommended)
242242

243243
```bash
244-
curl -fsSL https://raw.githubusercontent.com/cmdrvl/rvl/main/scripts/install.sh | bash
244+
brew install cmdrvl/tap/rvl
245245
```
246246

247-
### Package Managers
247+
### Shell Script
248248

249249
```bash
250-
# macOS / Linux (Homebrew)
251-
brew install cmdrvl/tap/rvl
250+
curl -fsSL https://raw.githubusercontent.com/cmdrvl/rvl/main/scripts/install.sh | bash
252251
```
253252

253+
### Windows (PowerShell)
254+
254255
```powershell
255-
# Windows (PowerShell)
256256
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cmdrvl/rvl/main/scripts/install.ps1'))
257257
```
258258

0 commit comments

Comments
 (0)