mirror of
https://github.com/rbenv/rbenv.git
synced 2024-12-28 20:55:38 +01:00
Add note about troubleshooting BUILD FAILED
This commit is contained in:
parent
959968c46d
commit
396e65a461
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue