Skip to content

Commit c33236e

Browse files
committed
Simplify README
1 parent e0c562b commit c33236e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ It is recommended to first get your build working on Ubuntu and macOS before try
143143
* The default shell on Windows is not Bash but [PowerShell](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#using-a-specific-shell).
144144
This can lead issues such as multi-line scripts [not working as expected](https://github.com/ruby/setup-ruby/issues/13).
145145
* The `PATH` contains [multiple compiler toolchains](https://github.com/ruby/setup-ruby/issues/19). Use `where.exe` to debug which tool is used.
146-
* For Rubies 2.4 and later, MSYS2 is prepended to the `Path`, similar to what RubyInstaller2 does.
147-
* For Rubies 2.2 and 2.3, the DevKit MSYS tools are installed and prepended to the `Path`.
146+
* For Ruby ≥ 2.4, MSYS2 is prepended to the `Path`, similar to what RubyInstaller2 does.
147+
* For Ruby < 2.4, the DevKit MSYS tools are installed and prepended to the `Path`.
148148
* JRuby on Windows has a known bug that `bundle exec rake` [fails](https://github.com/ruby/setup-ruby/issues/18).
149149

150150
## Limitations

0 commit comments

Comments
 (0)