diff --git a/HowtoMastodon.md b/HowtoMastodon.md index b041ce8f..b942be0a 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -70,6 +70,10 @@ Installation classique : ### Installation +#### rbenv + +Mastodon recommande d'utiliser rbenv. + ~~~ # sudo -iu mastodon $ git clone https://github.com/rbenv/rbenv.git ~/.rbenv @@ -82,6 +86,11 @@ $ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build $ cd $ TMPDIR=~/tmp MAKE_OPTS=-j$(nproc) rbenv install 2.4.1 $ git clone https://github.com/tootsuite/mastodon.git +~~~ + +#### Mastodon + +~~~ $ cd mastodon $ git checkout v1.4.1 $ gem install bundler