File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111No 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)
256256Set-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
You can’t perform that action at this time.
0 commit comments