From 2bf22de1ad99acdfede47dbc195756019401d107 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 6 Nov 2024 10:26:00 +0100 Subject: [PATCH] Clarify --list and --definitions in the README The previous docs would make users think only a few Ruby versions were available. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e36c74433a..b48006e9fd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ PREFIX=/usr/local ./ruby-build-*/install.sh ```sh # As a standalone program -$ ruby-build --list # lists available versions of Ruby +$ ruby-build --list # lists latest stable releases for each Ruby +$ ruby-build --definitions # lists all definitions, including outdated ones $ ruby-build 3.2.2 /opt/rubies/ruby-3.2.2 # installs Ruby 3.2.2 $ ruby-build -d ruby-3.2.2 /opt/rubies # alternate form for the previous example