From 35960ee19ed54ffbc3d232bddc74140d2303a18b Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 27 May 2024 21:16:06 -0400 Subject: [PATCH] Removes redundant ruby-build from brew-install This was already put in place by https://github.com/rbenv/rbenv/pull/863 but regressed with https://github.com/rbenv/rbenv/commit/e4f61e67e2336c86622e3efa0473e2c04add5c08 (And ruby-build is still included in rbenv's formula) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fbf71c..676664c5 100644 --- a/README.md +++ b/README.md @@ -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). ```sh - brew install rbenv ruby-build + brew install rbenv ``` #### Debian, Ubuntu, and their derivatives