diff --git a/HowtoMastodon.md b/HowtoMastodon.md index bae1a93f..d57bf4eb 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -48,7 +48,7 @@ $ source ~/.bash_profile $ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build $ cd $ TMPDIR=~/tmp MAKE_OPTS=-j$(nproc) RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.3 -$ rbenv global 2.5.3 +$ rbenv local 2.5.3 ~~~ > **Note** : On met la variable d'environnement `RAILS_ENV` dans notre profile bash pour éviter de l'indiquer à chaque commande Ruby/Rails.