From 4c46e63e4f3fe4a366a0f9a765a0e7694fed4ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 21 Nov 2023 17:25:51 +0100 Subject: [PATCH] readme: update markdown syntax for warning label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df4744a..277533cc 100644 --- a/README.md +++ b/README.md @@ -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: