https://github.com/essentialkaos/rbinstall
Utility for installing prebuilt Ruby versions to RBEnv
https://github.com/essentialkaos/rbinstall
jruby rbenv ruby truffleruby
Last synced: 7 months ago
JSON representation
Utility for installing prebuilt Ruby versions to RBEnv
- Host: GitHub
- URL: https://github.com/essentialkaos/rbinstall
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-12-26T01:02:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T09:11:18.000Z (7 months ago)
- Last Synced: 2024-11-13T10:23:13.581Z (7 months ago)
- Topics: jruby, rbenv, ruby, truffleruby
- Language: Go
- Homepage: https://kaos.sh/rbinstall
- Size: 713 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Usage demo • Installation • Usage • CI Status • Contributing • License`rbinstall` is a utility for installing prebuilt Ruby to [rbenv](https://github.com/rbenv/rbenv).
> [!NOTE]
> Take a look at our [FAQ](https://kaos.sh/rbinstall/w/FAQ) for more information.### Usage demo
[](#usage-demo)
### Installation
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install rbinstall
```### Usage
#### `rbinstall`
#### `rbinstall-clone`
#### `rbinstall-gen`
### CI Status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/rbinstall/ci-push?query=branch:master) |
| `develop` | [](https://kaos.sh/w/rbinstall/ci-push?query=branch:develop) |### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)