mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
readme: update markdown syntax for warning label
This commit is contained in:
parent
4b7ce4d00f
commit
4c46e63e4f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue