From 2d58f0a599175539702849ca383dc2f01c64fef7 Mon Sep 17 00:00:00 2001 From: Vagish Vela Date: Mon, 16 Jan 2023 11:14:05 +0530 Subject: [PATCH] Add manager options link to macos install (en) --- en/documentation/installation/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index 0170db5621..2b34d73db9 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -165,6 +165,7 @@ $ brew install ruby This should install the latest Ruby version. +Alternatively, if you want multiple different versions of ruby that you can switch between you may want to use either a **manager** such as [rbenv](#rbenv) or [RVM](#rvm). ### FreeBSD {: #freebsd}