Skip to content

Commit a90d45f

Browse files
committed
Improve the README
1 parent d9cd493 commit a90d45f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
This action downloads a prebuilt ruby and adds it to `$PATH`.
44

5-
## Supported Versions
5+
It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to `$PATH`.
6+
No extra packages need to be installed.
7+
8+
### Supported Versions
69

710
This action currently supports these versions of MRI, JRuby and TruffleRuby:
811

@@ -18,7 +21,7 @@ for the always up-to-date list of available Ruby versions.
1821
Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
1922
which means Ruby 2.3 is unmaintained and considered insecure.
2023

21-
## Platforms
24+
### Supported Platforms
2225

2326
The action works for the `ubuntu-16.04`, `ubuntu-18.04` and `macos-latest` GitHub-hosted runners.
2427
`windows-latest` is not yet supported.
@@ -94,10 +97,6 @@ jobs:
9497
- run: ruby -v
9598
```
9699

97-
## Efficiency
98-
99-
It takes about 5 seconds to setup the given Ruby.
100-
101100
## Limitations
102101

103102
* Currently does not work on Windows since the builder doesn't build on Windows.

0 commit comments

Comments
 (0)