Remove unnecessary steps from Ruby instructions. (#1136)

The `./configure` and `make` steps appear to be obsolete.
This commit is contained in:
Mark Doliner 2023-12-06 06:56:14 -05:00 committed by GitHub
parent 472344a483
commit 1f5f33271c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ And proceed to install rbenv and rbenv-build:
```bash
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
cd ~/.rbenv && src/configure && make -C src
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec bash