Skip to content

Commit

Permalink
readme: update markdown syntax for warning label
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 21, 2023
1 parent 4b7ce4d commit 4c46e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ ruby-build 3.2.2 /opt/rubies/ruby-3.2.2 # installs Ruby 3.2.2
$ rbenv install 3.2.2 # installs Ruby 3.2.2 to ~/.rbenv/versions/3.2.2
```

> **Warning**
> [!WARNING]
> ruby-build mostly does not verify that system dependencies are present before downloading and attempting to compile Ruby from source. Please ensure that [all requisite libraries][build-env] such as build tools and development headers are already present on your system.
Basically, what ruby-build does when installing a Ruby version is this:
Expand Down

0 comments on commit 4c46e63

Please sign in to comment.