mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Remove unnecessary steps from Ruby instructions. (#1136)
The `./configure` and `make` steps appear to be obsolete.
This commit is contained in:
parent
472344a483
commit
1f5f33271c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user