Skip to content

Commit

Permalink
Clarify --list and --definitions in the README
Browse files Browse the repository at this point in the history
The previous docs would make users think only a few Ruby versions were available.
  • Loading branch information
eregon committed Nov 6, 2024
1 parent 87c272c commit ac39910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac39910

Please sign in to comment.