Merge pull request #1575 from rbenv/readme-brew-install

Removes redundant ruby-build from brew-install
This commit is contained in:
Mislav Marohnić 2024-07-05 14:16:28 +02:00 committed by GitHub
commit 925e5ad0e7
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