File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,21 @@ Your Ruby Butler doesn't reinvent the wheel, but rather composes the already wel
1212
1313Download the latest production binary for your platform from [ releases] ( https://github.com/RubyElders/ruby-butler/releases ) and add to PATH:
1414
15+ ### Linux
1516``` bash
16- # Linux/macOS - download and install to local bin or any other directory in PATH
1717curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-linux -o ~ /.local/bin/rb && chmod +x ~ /.local/bin/rb
1818```
1919
20+ ### macOS
21+ ``` bash
22+ curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-macos -o ~ /.local/bin/rb && chmod +x ~ /.local/bin/rb
23+ ```
24+
25+ ### Windows
26+ ``` powershell
27+ Invoke-WebRequest -Uri "https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-windows.exe" -OutFile "$env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\rb.exe"
28+ ```
29+
2030## Quick Start
2131
2232First, check your Ruby estate (by default checking at ` ~/.rubies ` , see ` --help ` for more options):
You can’t perform that action at this time.
0 commit comments