diff --git a/README.md b/README.md index 5785058..fc52ccd 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ En tant que `mastodon`, on récupère le code et on se place sur le dernier tag ``` su - mastodon +cd /home/mastodon git clone https://github.com/mastodon/mastodon.git live && cd live git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1) ```