mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Update install.md (#1197)
The current rbenv is 3.0.6 - I received an error when following these steps which said the expected version is 3.0.6. After updating to 3.0.6, the installation was successful.
This commit is contained in:
parent
f7f21c8726
commit
089950a308
@ -84,8 +84,8 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||
Once this is done, we can install the correct Ruby version:
|
||||
|
||||
```bash
|
||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.4
|
||||
rbenv global 3.0.4
|
||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6
|
||||
rbenv global 3.0.6
|
||||
```
|
||||
|
||||
We’ll also need to install bundler:
|
||||
|
Loading…
x
Reference in New Issue
Block a user