postmodern / chruby

Changes the current Ruby
MIT License
2.88k stars 189 forks source link

[Wiki] Incorrect wget path for Ruby install #499

Closed Mangara closed 10 months ago

Mangara commented 10 months ago

Description

The wget path in the Ruby installation instructions is incorrect. The path contains version 3.2, but the tar file is of the 3.3 family, leading to a 404 when trying to access the path.

I suspect the path is supposed to be

wget https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.xz
postmodern commented 10 months ago

Fixed. Thank you!