An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


GoReportCard
Code Climate Maintainability
Codacy badge
GitHub Actions CI Status
GitHub Actions CodeQL Status


Usage demoInstallationUsageCI StatusContributingLicense

`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

[![demo](https://gh.kaos.st/rbinstall-300.gif)](#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` | [![CI](https://kaos.sh/w/rbinstall/ci-push.svg?branch=master)](https://kaos.sh/w/rbinstall/ci-push?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/rbinstall/ci-push.svg?branch=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)