Actualiser README.md
This commit is contained in:
parent
0c4b98024a
commit
a0e74ad8cb
|
@ -99,6 +99,7 @@ En tant que `mastodon`, on récupère le code et on se place sur le dernier tag
|
||||||
|
|
||||||
```
|
```
|
||||||
su - mastodon
|
su - mastodon
|
||||||
|
cd /home/mastodon
|
||||||
git clone https://github.com/mastodon/mastodon.git live && cd live
|
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)
|
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue