From 396e65a4612203d81c68d413a783116ce64c8402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 26 Sep 2022 03:14:36 +0200 Subject: [PATCH] Add note about troubleshooting BUILD FAILED --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50489833..e4e9b3cc 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ rbenv install -L rbenv install 3.1.2 ``` +For troubleshooting `BUILD FAILED` scenarios, check the [ruby-build Discussions section](https://github.com/rbenv/ruby-build/discussions/categories/build-failures). + > **Note** > If the `rbenv install` command wasn't found, you can install ruby-build as a plugin: > ```sh