diff --git a/content/en/admin/install.md b/content/en/admin/install.md index 11148e845..605be1a57 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -78,7 +78,7 @@ git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc echo 'eval "$(rbenv init -)"' >> ~/.bashrc exec bash -git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build +git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build ``` Once this is done, we can install the correct Ruby version: