Actualiser README.md

This commit is contained in:
Adrien Bourmault 2024-09-23 16:45:23 +02:00
parent 0c4b98024a
commit a0e74ad8cb
1 changed files with 1 additions and 0 deletions

View File

@ -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)
```