Skip to content

Commit

Permalink
Update install.md (#1469)
Browse files Browse the repository at this point in the history
Fix ruby-build install command
  • Loading branch information
thomas992 authored Jul 12, 2024
1 parent 0552a6f commit 04a9453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 04a9453

Please sign in to comment.