From acdd8a95bd961f8f873a685c5bb3879ab03d38c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Sun, 25 Sep 2022 23:24:05 +0200 Subject: [PATCH] Fix wiki link, add note about plugins --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec90837c..172581bb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ rbenv local 3.1.2 Doing so will create or update the `.ruby-version` file in the current directory with the version that you've chosen. A different project of yours that is another directory might be using a different version of Ruby altogether—rbenv will seamlessly transition from one Ruby version to another when you switch projects. +Finally, almost every aspect of rbenv's mechanism is [customizable via plugins][plugins] written in bash. + The simplicity of rbenv has its benefits, but also some downsides. See the [comparison of version managers][alternatives] for more details and some alternatives. ## Installation @@ -336,4 +338,5 @@ tracker](https://github.com/rbenv/rbenv/issues). [ruby-build]: https://github.com/rbenv/ruby-build#readme [hooks]: https://github.com/rbenv/rbenv/wiki/Authoring-plugins#rbenv-hooks - [alternatives]: https://github.com/rbenv/rbenv/wiki/Other-version-managers + [alternatives]: https://github.com/rbenv/rbenv/wiki/Comparison-of-version-managers + [plugins]: https://github.com/rbenv/rbenv/wiki/Plugins