Avancement dans la rédaction des scripts d'installation de Mastodon

This commit is contained in:
2018-05-06 19:35:07 +02:00
parent 9e9cfe8148
commit fef3b00193
3 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
exit