From a0e74ad8cb70ffcbe55a4ed34a6b655ea98ed713 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 23 Sep 2024 16:45:23 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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) ```