Actualiser README.md

This commit is contained in:
Adrien Bourmault 2023-11-21 16:54:55 +01:00
parent 2f2b578a30
commit 1b2a3a10a7
1 changed files with 3 additions and 3 deletions

View File

@ -70,11 +70,11 @@ 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/plugins/ruby-build
``` ```
Installer Ruby 3.0.6 avec `rbenv` Installer Ruby 3.2.2 avec `rbenv`
``` ```
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6 RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2
rbenv global 3.0.6 rbenv global 3.2.2
``` ```
Installer `bundler` Installer `bundler`