Removes redundant ruby-build from brew-install

This was already put in place by https://github.com/rbenv/rbenv/pull/863 but regressed with e4f61e67e2

(And ruby-build is still included in rbenv's formula)
This commit is contained in:
Jason Karns 2024-05-27 21:16:06 -04:00 committed by GitHub
parent c3ba994ec2
commit 35960ee19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
On macOS or Linux, we recommend installing rbenv with [Homebrew](https://brew.sh). On macOS or Linux, we recommend installing rbenv with [Homebrew](https://brew.sh).
```sh ```sh
brew install rbenv ruby-build brew install rbenv
``` ```
#### Debian, Ubuntu, and their derivatives #### Debian, Ubuntu, and their derivatives