mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix installation instructions pointing to pre-releases (#1316)
Fixes #1315
This commit is contained in:
parent
9317ff3bae
commit
0f9fa614eb
@ -141,7 +141,7 @@ Use git to download the latest stable release of Mastodon:
|
||||
|
||||
```bash
|
||||
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[0-9.]*$' | sort -V | tail -n 1)
|
||||
```
|
||||
|
||||
#### Installing the last dependencies {#installing-the-last-dependencies}
|
||||
|
Loading…
x
Reference in New Issue
Block a user