Skip to content

Commit cdb21ba

Browse files
committed
update readme with install and info
1 parent f8038f1 commit cdb21ba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@
44

55
**⚠️ Prototype Status**: This is a prototype—not recommended for serious usage yet, even though the author has been using it daily for job work for some time.
66

7+
**🎭 Development Fun**: The butler-themed language and refined terminology are just for entertainment during development and will be updated before any real production release, if any.
8+
79
Your Ruby Butler doesn't reinvent the wheel, but rather composes the already well-known tools (`gem`, `bundle`) for your best experience—it serves you with distinction. Install your Rubies with your favourite installer like `ruby-install` or `ruby-build`, and those Rubies will be in good Butler's hands. Rather than modifying your shell environment, it meticulously prepares isolated environments, executes commands within them, and tidily cleans up afterward—just as a proper butler should serve.
810

11+
## Hiring Your Butler (Installation)
12+
13+
Download the latest production binary for your platform from [releases](https://github.com/RubyElders/ruby-butler/releases) and add to PATH:
14+
15+
```bash
16+
# Linux/macOS - download and install to local bin or any other directory in PATH
17+
curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-linux -o ~/.local/bin/rb && chmod +x ~/.local/bin/rb
18+
```
19+
920
## Quick Start
1021

1122
First, check your Ruby estate (by default checking at `~/.rubies`, see `--help` for more options):

0 commit comments

Comments
 (0)