Simplify instructions to install rbenv

Some of these steps are no longer necessary since the rbenv installer
automatically configures the `~/.bashrc` file.
This commit is contained in:
Javi Martín
2024-08-06 15:35:04 +02:00
parent 9e3bbfd3aa
commit 5b50040995
2 changed files with 0 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ A continuación instalaremos un gestor de versiones de Ruby, como rbenv:
```bash
wget -qO- https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-installer | bash
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
```